I have a listview, when I scroll it, that time listview element background color changes to black. I tried couple of hours, but not getting solution.
I tried
android:cacheColorHint="@android:color/transparent"
or
android:cacheColorHint="#00000000"
In my case this works fine
One of the developer says, you have to use these 2 properties compulsory..