I have a really simple image within a RelativeLayout and for some reason I am getting extra spacing on the top and bottom which I can\'t remove. How can I clear
RelativeLayout
In your above imageView just add android:scaleType="fitXY"
imageView
android:scaleType="fitXY"