We have many options for this problem, you can set the background as transparent using programming, for example
yourlistview.setCacheColorHint(Color.TRANSPARENT);
or through xml
android:cacheColorHint="@android:color/transparent"
Sampath kumar
source share