Android Question Tap on listview row

dibesw

Active Member
Licensed User
Longtime User
Hi,
when i tab on a row in listview control, the row is not select and does not remain selected.
Is there a way for highlights the selected row like this:
ba4.jpg

Thanks
 

mangojack

Expert
Licensed User
Longtime User
Have you read the similar threads above .. second from top .. Example - Highlight selection in a standard ListView

Cheers mj
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
Unfortunately the code in that link is not perfect, still needs some investigation and work. But that is the standard behaviour of a list view.
 
Upvote 0
Top