ListView没有分割线怎么办?

<ListView
        
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginBottom="51dp"
        android:dividerHeight="1px"
        android:divider="@color/gray13"
        />

只需要添加

android:dividerHeight="1px"     (设置线的粗细)
android:divider="@color/gray13"(设置线的颜色的)
这两句话就好!
posted @ 2016-08-15 13:18  Egg丶牛皮  阅读(389)  评论(0编辑  收藏  举报