I would love to enable touch feedback for my Open-Source library.
I\'ve created a RecyclerView and a CardView. The CardView co
RecyclerView
CardView
Assuming you are using Material/Appcompat theme and Lollipop,I got this to work by making the CardView have the following attributes:
android:focusable="true" android:clickable="true" android:foreground="?android:attr/selectableItemBackground"