自定义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"/>

猜你喜欢

转载自huqiji.iteye.com/blog/2098520