Background Selector in RecyclerView Item

前端 未结 10 1065
无人共我
无人共我 2020-12-13 17:42

I\'m using the RecyclerView like below:



        
10条回答
  •  Happy的楠姐
    2020-12-13 18:19

    If nothing of this works for you, like it didn't for me, use this code:

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

    The trick is in android:foreground attribute...

提交回复
热议问题