430
|
1 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2 |
android:orientation="vertical"
|
|
3 |
android:layout_width="fill_parent"
|
|
4 |
android:layout_height="fill_parent"
|
|
5 |
android:paddingLeft="8dip"
|
|
6 |
android:paddingRight="8dip">
|
|
7 |
|
|
8 |
<ListView android:id="@android:id/list"
|
|
9 |
android:layout_width="fill_parent"
|
|
10 |
android:layout_height="0dip"
|
|
11 |
android:layout_weight="1"
|
|
12 |
android:stackFromBottom="true"
|
|
13 |
android:transcriptMode="normal"/>
|
|
14 |
|
|
15 |
<EditText android:id="@+id/GroupListText"
|
|
16 |
android:layout_width="fill_parent"
|
|
17 |
android:layout_height="wrap_content"
|
|
18 |
android:singleLine="true" />
|
|
19 |
|
|
20 |
</LinearLayout> |