I want to remove the shadow from the button to make it seem more flat.
I have this right now:
A simpler way to do is adding this tag to your button:
android:stateListAnimator="@null"
though it requires API level 21 or more..