android ListView控件滑动时出现黑色背景问题解法方案

设置ListView属性android:cacheColorHint="#00000000"

 <ListView
        android:id="@+id/orderDetailListView01"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:cacheColorHint="#00000000"   />
posted @ 2012-11-05 16:17  DuFeng  阅读(199)  评论(3编辑  收藏  举报