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
for me:
android:background="?android:attr/selectableItemBackground"
made it finally work. see background of recyclerView / content behind the item, and also see the ripple effect used with recyclerView.