How do I remove extra space above and below imageView?

后端 未结 11 1626
别跟我提以往
别跟我提以往 2020-12-08 05:57

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

11条回答
  •  余生分开走
    2020-12-08 06:32

    Use drawable-nodpi folder if there is no specific requirement for images. Then android: adjustViewBounds = "true" acts as the default.

    If you use drawable-nodpi you don't need to set android:adjustViewBounds = "true".

    I think this is the most effortless method.

提交回复
热议问题