GridView item list selector for multiple items not working in Android

后端 未结 5 913
粉色の甜心
粉色の甜心 2021-01-08 01:30

I want to draw selector on long press as shown in the picture. When I do long press on one item, the CAB menu is activated. But the list selector indicator goes off once aft

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-08 02:06

    this can be achieved by tracking the selected items and changing their backgrounds inside the adapter.

    I guess you will get little help from this post

提交回复
热议问题