author | nikita@nikita-lab |
Wed, 20 May 2009 23:26:07 +0200 | |
changeset 191 | cc21283865ad |
parent 171 | b214244738f7 |
child 193 | 54e1e3f0bd4b |
permissions | -rw-r--r-- |
21 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
47 | 3 |
android:orientation="horizontal" |
4 |
android:layout_width="fill_parent" |
|
5 |
android:layout_height="50sp" |
|
6 |
android:paddingTop="5sp" |
|
7 |
android:gravity="center_vertical"> |
|
21 | 8 |
|
47 | 9 |
<TextView android:id="@+id/textgroup" |
10 |
android:layout_width="fill_parent" |
|
11 |
android:layout_height="wrap_content" |
|
12 |
android:paddingLeft="40sp" /> |
|
21 | 13 |
|
47 | 14 |
</LinearLayout> |