user905216
user905216

Reputation:

Listview cacheColorHint having problem?

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

Answers (1)

Andro Selva
Andro Selva

Reputation: 54322

provide this attribute to change the background color of the list item selected.

 android:listSelector="#FFFF" 

Upvotes: 1

Related Questions