How can I make a ListView touch-sensitive in its full width for clicking an item?
- by Lars D
I have a ListView in a ListActivity populated with strings. However, only the text-part of a list item is clickable, and when it is clicked, only the text-part is highlighted (orange on black background). I would like to make the full line clickable, and when selected, the full line should be marked as selected.
How can I do that?