方式一:java代码:
listView.setCacheColorHint(0);
方式二:布局文件
<ListView
android:id="@+id/listView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:cacheColorHint="#0000"
>
方式一:java代码:
listView.setCacheColorHint(0);
方式二:布局文件
<ListView
android:id="@+id/listView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:cacheColorHint="#0000"
>