Reputation:
I'm trying to scroll the item in listview. It works properly with (android:cacheColorHint="#00000000"). But, now i want to scroll with selecting item only should change it's color like orange. How to do this? Is it Possible? Thanks in Advance.
Upvotes: 0
Views: 413
Reputation: 54322
provide this attribute to change the background color of the list item selected.
android:listSelector="#FFFF"
Upvotes: 1