爱程序网

android 布局下划线

来源: 阅读:

 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>

 

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助