摘要:ListView 客製化顏色
<ListView
android:id="@+id/lvlaw"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#F7F8F8" //背景顏色
android:divider="#F7F8F8" //格線顏色
android:dividerHeight="1px" //格線高度
android:listSelector="#EA5514" //被選擇的item背景顏色
android:scrollingCache="false" > //使用卷軸時發生黑色畫面修正
</ListView>