On Android Lollipop, I\'m using:
android:background=\"?android:attr/selectableItemBackground\"
to have the material animated feedback when I cl
Solution with AppCompat (works on old APIs too)
android:theme="@style/Base.ThemeOverlay.AppCompat.Dark" android:background="?attr/selectableItemBackground"