Background Selector in RecyclerView Item

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

I\'m using the RecyclerView like below:



        
10条回答
  •  时光说笑
    2020-12-13 18:16

    Adding android:background="?android:attr/selectableItemBackground" to my_list_item.xml's root layout seems to work for me (assuming you want the default selection colour).

    Also make sure the root layout's android:layout_width is match_parent rather than wrap_content to ensure that the whole row is selectable.

提交回复
热议问题