I have 6 ImageButton in my activity, I set images through my code in them ( not using xml).
I want them to cover 75% of the button area. But where as some images cov
Try to use android:scaleType="fitXY" in i-Imagebutton xml
android:scaleType="fitXY"