Touch feedback with RecyclerView and CardView

前端 未结 10 756
一向
一向 2020-12-07 09:32

I would love to enable touch feedback for my Open-Source library.

I\'ve created a RecyclerView and a CardView. The CardView co

10条回答
  •  春和景丽
    2020-12-07 10:16

    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.

提交回复
热议问题