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>

 

posted @ 2015-03-13 17:44  jenson138  阅读(4159)  评论(0编辑  收藏  举报