Has anybody solved the mystery of the CardView without touch feedback when it\'s inside a RecyclerView?
I have a RecyclerView with a bu
create selector "drawable/card_foreground_selector"
and create "drawable/card_foreground.xml" (you'll need to tweak inset values according to elevation of your card)
modify your item (item.xml)
// ..
you can view original post here