res/layout/group_list.xml
changeset 436 13468f4c8f45
parent 430 ebadf7ab35ee
child 461 17300b201cf5
equal deleted inserted replaced
435:fb1fff26e2ad 436:13468f4c8f45
     1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2     android:orientation="vertical"
     2 	android:orientation="vertical" android:layout_width="fill_parent"
     3     android:layout_width="fill_parent" 
     3 	android:layout_height="fill_parent" android:paddingLeft="8dip"
     4     android:layout_height="fill_parent"
     4 	android:paddingRight="8dip">
     5     android:paddingLeft="8dip"
     5 
     6     android:paddingRight="8dip">
     6 	<ListView android:id="@android:id/list" android:layout_width="fill_parent"
     7     
     7 		android:layout_height="0dip" android:layout_weight="1"
     8     <ListView android:id="@android:id/list"
     8 		android:stackFromBottom="true" android:transcriptMode="normal" />
     9         android:layout_width="fill_parent" 
     9 
    10         android:layout_height="0dip"
    10 	<EditText android:id="@+id/GroupListText"
    11         android:layout_weight="1"
    11 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    12         android:stackFromBottom="true"
    12 		android:singleLine="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>
    13 </LinearLayout>