androids trick
Home
Privacy Policy
About
Contact
Showing posts with label
ListView
.
Show all posts
Showing posts with label
ListView
.
Show all posts
Monday, September 20, 2010
List View - How to avoid black selected items
Twice I faced the same problem. I had used listview. If you drag on the view it would show all the list elements.
Solution:
In the code, use
listview.setCacheColorHint(Color.TRANSPARENT).
Your problem is solved
Simple. Isn't it?
Home
Subscribe to:
Posts (Atom)