Has anybody solved the mystery of the CardView without touch feedback when it\'s inside a RecyclerView?
I have a RecyclerView with a bu
Add foreground attribute:
foreground
android:foreground="?android:attr/selectableItemBackground"