If you have a listview and the elements get a black background when scrolling, cachecolorhint is your saviour. Just add the following to the listview xml file
android:cacheColorHint="#00000000"
Here is an explanation.
Matt