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

前端 未结 5 1433
灰色年华
灰色年华 2021-02-13 02:23

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:40

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

    like this

    
    
    

提交回复
热议问题