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
Must be enough adding the property:
android:adjustViewBounds="true"
for example: