自定义ListView下方分割线

自定义ListView下方分割线

    <ListView
        android:id="@+id/android:list"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:divider="@color/gray6"
        android:dividerHeight="1px"/>

你可能感兴趣的:(android)