Search code examples
androidtouchandroid-recyclerview

RecyclerView no touch feedback


I'm using this tutorial:

http://www.androidhive.info/2015/04/android-getting-started-with-material-design/

Unfortunately when I press an item It doesn't show any touch effect.

I'm working hard on this problem but I can't get my project recyclerview touch feedback to work.

http://blog.stylingandroid.com/material-part-5/

What causes this problem ?


Solution

  • In the layout file for your RecyclerView row, trying setting the background attribute for your row as the following:

    android:background="?android:attr/selectableItemBackground"