<ListView android:id="@+id/listView" android:layout_height="fill_parent"
android:layout_width="fill_parent" android:cacheColorHint="#00000000"/>
添加该属性解决问题:android:cacheColorHint="#00000000"
<ListView android:id="@+id/listView" android:layout_height="fill_parent"
android:layout_width="fill_parent" android:cacheColorHint="#00000000"/>
添加该属性解决问题:android:cacheColorHint="#00000000"