Android - Image Button Scale

后端 未结 3 2005
无人共我
无人共我 2020-12-08 10:50

I am trying to fit an image inside an ImageButton for testing but the way the ImageButtonbehaves is not as expected.

initially, I made a

3条回答
  •  暖寄归人
    2020-12-08 11:35

    On activity Creat..you can get the screen resolution...and resize the image according to the screen Widht and Height..and set the image ..In this way your ratio will be same on every type of devices ..

    to resize images..: 1. Get screen width and height 2.resize image acording to screen resolution 3.set Image to the view

提交回复
热议问题