ListView中一些效果的實現

<!--      隱藏頂部與底部越界的××× 2.3以上的方法
     <item name = "android:overScrollMode">never</item> -->
     <!-- 點擊選擇的背景 -->
     <item name = "android:listSelector">@android:drawable/list_selector_background</item>
     <!-- 去掉頂部的××× -->
     <item name = "android:fadingEdgeLength">0dp</item>
     <!-- 去掉拖動黑色背景 -->
     <item name = "android:cacheColorHint">#00000000</item>android

相關文章
相關標籤/搜索