Image View not Wrapping Contents

后端 未结 3 596
再見小時候
再見小時候 2021-01-31 01:24

I\'ve got an ImageView wrapping this image:



        
3条回答
  •  太阳男子
    2021-01-31 02:11

    Add the following fields to ImageView:

    android:scaleType="fitXY"
    android:adjustViewBounds="true"
    

提交回复
热议问题