1. 程式人生 > >ListView分割線

ListView分割線

    divider可以直接設定顏色,也可以設定為圖片

<span style="font-size:14px;">    <ListView android:id="@+id/list_goods"
        android:divider = "@drawable/fengexian"
        android:dividerHeight="15dp"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" /></span>