As seen in the tablet version of gmail and google talk I am trying to show the current selection in a listview. I know this is not standard practice and should be avoided wh
What worked for me
override the global ListView Style in your theme
@style/MyListView
define your style
define the selector listview_background_selector.xml
set the background of your listview-item-layout
android:background="?android:attr/activatedBackgroundIndicator"