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
Use drawable-nodpi folder if there is no specific requirement for images. Then android: adjustViewBounds = "true" acts as the default.
android: adjustViewBounds = "true"
If you use drawable-nodpi you don't need to set android:adjustViewBounds = "true".
android:adjustViewBounds = "true"
I think this is the most effortless method.