2013年12月6日 星期五

Android ListView 分隔線

<ListView
            android:id="@+id/listview"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:cacheColorHint="#00000000"  //list在滑動時的背景顏色,這裡設為透明
            android:divider="@drawable/bar"  //這裡指定分隔線的圖示,或直接設顏色也可以
            android:dividerHeight="5sp"  //分隔線的高度
            android:scrollbarTrackVertical="@android:color/transparent" />

如果此篇對您有幫助,您可以點選廣告給予最大的動力,感謝您的收看。

沒有留言:

張貼留言