I have a list view full of items, after the users selects an item it lights up, and then it goes normal. Is there a way to make it so after the users select an item in my ListView it stays selected, and highlighted?
Thanks
I have a list view full of items, after the users selects an item it lights up, and then it goes normal. Is there a way to make it so after the users select an item in my ListView it stays selected, and highlighted?
Thanks
Setting android:choiceMode to single or multiple should do the trick.
Is there a way to make it so after the users select an item in my ListView it stays selected, and highlighted?