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
You can use a FrameLayout with an ImageView as the first child, then your normal layout as the second child:
FrameLayout
ImageView