21
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3 |
android:layout_width="fill_parent"
|
|
4 |
android:layout_height="wrap_content"
|
|
5 |
android:orientation="vertical">
|
|
6 |
|
|
7 |
<TextView android:id="@+id/textgroup"
|
|
8 |
android:height="50sp"
|
|
9 |
android:textSize="20sp"
|
|
10 |
android:textStyle="bold"
|
|
11 |
android:paddingTop="10sp"
|
|
12 |
android:paddingLeft="40sp"
|
|
13 |
android:layout_width="fill_parent"
|
|
14 |
android:layout_height="wrap_content" />
|
|
15 |
|
|
16 |
</LinearLayout>
|