how to change selected list item background, android

后端 未结 2 402
不知归路
不知归路 2021-01-03 13:34

I have two ListView\'s in my Activity, when i select one from first List data will reflected to other list. I have done this part, its

2条回答
  •  旧时难觅i
    2021-01-03 13:53

    Just set in your main layout of list item view

    style="?attr/SelectableItemBackground"
    

提交回复
热议问题