I need to highlight a row in a ListView that was selected (to show the user what he chose), so, it\'s not the one that is going to be chosen, it\'s the one he c
Just:
setChoiceModeSet a background to support the selection state in you item layout, like:
android:background="?android:attr/activatedBackgroundIndicator"
FYI: