I want to change the background of a listview item when the user clicks it. Kind of like the Honeycomb settings page (Although I\'m not dealing with just settings so I\'m no
try
android:background="?android:attr/activatedBackgroundIndicator"
;)