Android笔记之分割线

1

    <View
        android:layout_width="fill_parent"
        android:layout_height="1px"
        android:background="@color/main_color" />

 

Done

posted @ 2014-03-22 00:19  行云有影  阅读(202)  评论(0)    收藏  举报