I want to remove the shadow from the button to make it seem more flat.
I have this right now:
Kotlin
stateListAnimator = null
Java
setStateListAnimator(null);
XML
android:stateListAnimator="@null"