首页 > 移动平台 > 详细

android 布局下划线

时间:2015-03-13 18:13:09      阅读:472      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!