How to highlight selected item in RecyclerView

后端 未结 8 1338
猫巷女王i
猫巷女王i 2020-12-14 17:49

I have used RecyclerView for showing thumbnails in my Image Editing app.Each item of its comprises of a ImageView(thumbnail) and a textView.In my application I want to

8条回答
  •  温柔的废话
    2020-12-14 18:47

    May be just use:

    android:background="?attr/selectableItemBackground"

    for root element at item xml?

提交回复
热议问题