I am having 1 list view contactslist. I wrote the code for highlighting the selected item in the ListView. It is working. When I click on 1 item it
contactslist
ListView
In the listview xml add the "singleChoice" mode
In the list item layout add
android:background="?android:attr/activatedBackgroundIndicator
example