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 i开发者_StackOverflowt Possible? Thanks in Advance.
provide this attribute to change the background color of the list item selected.
android:listSelector="#FFFF"
精彩评论