码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2015-07-10 14:43:54      阅读:368      评论:0      收藏:0      [点我收藏+]

标签:

竖线

<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"

/>

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

标签:

原文地址:http://www.cnblogs.com/zhujiabin/p/4635534.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!