首页 > 移动平台 > 详细

Android给页面添加横线和竖线

时间:2016-03-02 10:43:42      阅读:349      评论:0      收藏:0      [点我收藏+]

竖线

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

 

横线

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

/>

Android给页面添加横线和竖线

原文:http://www.cnblogs.com/chhom/p/5233733.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!