Search code examples
androidscaleimagebutton

Android: make ImageButton's image larger


I have an ImageButton:

button

I want to make the image (circular play image) bigger. I am aware of android:scaleType, but I don't want to stretch the image all the way to the borders of the button. I just want to make it a little bigger, say 120% of the current size.

Is that possible?


Solution

  • Edit your image in photoshope to make it bigger in your desire resolution.

    Or

    In android put height , weight of your image and set scaleType:FitCenter