I am trying to add Ripple Effect to RecyclerView\'s item. I had a look online, but could not find what I need. I assume it has to be a custom effect. I have tried android:ba
add this lines in your adapter xml root view
android:background="?attr/selectableItemBackground" android:clickable="true" android:focusable="true"