I am trying to place an ImageView over a Button using RelativeLayout. Here is my xml:
Button is just a TextView with a certain style applied to it, so if you replace Button with TextView you can display an ImageView on top of it. This also works on API < 21.