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

前端 未结 5 1296
野的像风
野的像风 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:34

    I had same problem... change the size of 'src' image of image button(not the size of button just image only).

    what i did--

    I moved those '.png' file from 'drawable' folder to 'drawable-hdpi' folder.

    weird... but it worked.

    thanks,

提交回复
热议问题