Android中添加竖线和横线的方法

竖线

<View  
    android:layout_width="1dip"
    android:layout_height="match_parent"
    />


横线

<View  android:layout_height="1px"
           android:layout_width="match_parent"

/>

posted @ 2014-12-27 00:35  不吃菜的菜鸟  阅读(1464)  评论(0编辑  收藏  举报