I have searched and tryed all found solutions to this. I need to remove the shadow from a button in android. Most of the solutions i found involve using an imagebutton and setti
In my case, simply adding..
android:shadowRadius="0"
..in the xml file did the trick.