Fit Image in ImageButton in Android

后端 未结 8 2228
猫巷女王i
猫巷女王i 2020-11-28 01:15

I have 6 ImageButton in my activity, I set images through my code in them ( not using xml).

I want them to cover 75% of the button area. But where as some images cov

8条回答
  •  执笔经年
    2020-11-28 01:44

    I'm using the following code in xml

    android:adjustViewBounds="true"
    android:scaleType="centerInside"
    

提交回复
热议问题