android:xml属性集

listview

android:cacheColorHint="@android:color/transparent"  防止列表项出现黑色底 http://blog.csdn.net/stonecao/article/details/6216449   或者在拖动滚动时整个listView都闪现黑色底

 

android:listSelector          当你不使用时,默认会显示选中的item为橙黄底色,有时候我们需要去掉这种效果:

android:divider="@null"用于去掉listview的item之间的黑线

 

原文地址:https://www.cnblogs.com/mybkn/p/2510181.html