I want the items in a RecyclerView to have touch feedback or ripples when pressed, but they seem to not be working, and I think it\'s because of the checkbox.
The ri
You use android:background="?android:attr/selectableItemBackground" but you should use android:foreground="?android:attr/selectableItemBackground"
android:background="?android:attr/selectableItemBackground"
android:foreground="?android:attr/selectableItemBackground"