Android: how to set the height/width of the src image of a ImageButton?

前端 未结 5 1379
野的像风
野的像风 2021-02-13 02:14

Android: how to set the height/width of the image(src image intead of the background) of a ImageButton?

I want to set the height/width of the top level image(not the bac

5条回答
  •  生来不讨喜
    2021-02-13 02:50

    You can just Use the scaleType attribute of ImageButton. Set it to fitXY or fitCenter or anything else according to your need.

    like this

    
    
    

提交回复
热议问题