List View - How to avoid black selected items September 20, 2010 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? Read more