I found this great thread describing how to \"eat the cake and have it too\", i.e. use image for a Button instead of ImageButton (which doesn\'t al
Button
ImageButton
Simply using ImageButton instead of Button fixes the problem.
and you can set
android:background="@null"
to remove button background if you want.
Quick Fix !! :-)