Maybe this question has been asked before, but I couldn't find a precise answer. I have implemented the RecyclerView
widget as a list in my L test application and I want to get the 'material effect' when you click on an item form the list. I implemented an onClickListener
in my ViewHolder
creation and set the attribute
android:background="?android:attr/selectableItemBackground"
as a background to my list item layout (to the parent).
But none of this worked. When I click on the items NOTHING happens'. There is no effect, holo, material, none... Please point out if I am doing something wrong here... Thx