Adding Ripple Effect to RecyclerView item

前端 未结 6 1840
后悔当初
后悔当初 2020-11-28 02:17

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

6条回答
  •  再見小時候
    2020-11-28 02:47

    A simple and custom approach is to set a view theme as outlined here.

    some_view.xml

    
    

    some_style.xml

    
    

    Other custom implementations may be found here.

提交回复
热议问题