方式一:java代码:
1 listView.setCacheColorHint(0);
方式二:布局文件
1 <ListView 2 android:id="@+id/listView1" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 android:cacheColorHint="#0000" 6 >
时间: 2024-10-10 13:16:27
方式一:java代码:
1 listView.setCacheColorHint(0);
方式二:布局文件
1 <ListView 2 android:id="@+id/listView1" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 android:cacheColorHint="#0000" 6 >