Android添加横线和竖线分割界面

竖线

<View  
    android:layout_width="1dip"
    android:layout_height="match_parent"
    android:background="#66CCFF"
    android:layout_gravity="center_horizontal"
    />


横线

<View  android:layout_height="1px"
           android:layout_width="match_parent"
           android:background="#66CCFF"

/>

posted @ 2015-07-10 13:45  星辰之力  阅读(1233)  评论(0编辑  收藏  举报