开发者

Listview cacheColorHint having problem?

开发者 https://www.devze.com 2023-03-29 21:46 出处:网络
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

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" 
0

精彩评论

暂无评论...
验证码 换一张
取 消