How do I do this per selected list item.
I tried adding this to android:background
android:background
I faced the same issue and then I just needed a simple line in my item view xml.
android:background="?android:attr/activatedBackgroundIndicator"
Check this post: This post could help