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

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

时间:2014-12-27 01:27:21      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:

竖线

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


横线

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

/>

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

标签:

原文地址:http://www.cnblogs.com/yaksha/p/4187898.html

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