Touch feedback with RecyclerView and CardView
问题 I would love to enable touch feedback for my Open-Source library. I've created a RecyclerView and a CardView . The CardView contains different areas with different onClick actions. Now I would love to trigger the Ripple effect if a user clicks anywhere in the card, but I'm not able to achieve this behavior. This is my listitem, You can find it on GitHub too: https://github.com/mikepenz/AboutLibraries/blob/master/library/src/main/res/layout/listitem_opensource.xml <RelativeLayout android