Possible Duplicate:
how to change selected list item background, android
In android tablets in the settings screen, the background of the listitem from the list changes until user makes the next selection, Which is standard way of getting that feature to work. Till now i used a boolean for the item which is selected and i was refreshing the list to reflect the changes after each click, i dont this, this is the right approach?
1 Answer