how can i resize imageButton?

eng.ahmed picture eng.ahmed · Feb 11, 2013 · Viewed 41.4k times · Source

I want to resize my ImageButton using mouse on graphic layout or using code by android:layout_width , android:layout_height. But whenever I do this, the ImageButton isn't resized, in fact and it's not smaller but it is cut at the edges.

thanks in advance

Answer

ridoy picture ridoy · Feb 11, 2013

First try to use android:background instead of android:src for setting the image on the button.In most cases,it helps.If not,then see these..