On Android Lollipop, I\'m using:
android:background=\"?android:attr/selectableItemBackground\"
to have the material animated feedback when I cl
There is another way to change the app theme:
Theme.AppCompat.NoActionBar
It works fine for me.