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

android 布局下划线

时间:2015-03-13 18:13:53      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 1 <LinearLayout
 2             android:layout_width="match_parent"
 3             android:layout_height="wrap_content"
 4             android:orientation="vertical" >
 5 
 6             <TextView
 7                 android:id="@+id/TextView03"
 8                 android:layout_width="match_parent"
 9                 android:layout_height="40dp"
10                 android:text="textview"
11                 android:textSize="18sp" />
12 
13             <TextView
14                 android:id="@+id/TextView04"
15                 android:layout_width="match_parent"
16                 android:layout_height="0.5dp"
17                 android:background="@android:color/darker_gray"
18                 android:text="TextView" />
19         </LinearLayout>

 

android 布局下划线

标签:

原文地址:http://www.cnblogs.com/jenson138/p/4335693.html

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