res/layout/group_list.xml
changeset 767 74a987c3efb5
parent 461 17300b201cf5
equal deleted inserted replaced
766:ca06684fb92f 767:74a987c3efb5
     3 	android:layout_height="fill_parent" android:paddingLeft="8dip"
     3 	android:layout_height="fill_parent" android:paddingLeft="8dip"
     4 	android:paddingRight="8dip">
     4 	android:paddingRight="8dip">
     5 
     5 
     6 	<ListView android:id="@android:id/list" android:layout_width="fill_parent"
     6 	<ListView android:id="@android:id/list" android:layout_width="fill_parent"
     7 		android:layout_height="0dip" android:layout_weight="1"
     7 		android:layout_height="0dip" android:layout_weight="1"
     8 		android:stackFromBottom="true" android:transcriptMode="normal" />
     8 		android:stackFromBottom="true" android:transcriptMode="normal"
       
     9 		android:focusable="true"/>
     9 
    10 
    10 	<EditText android:id="@+id/GroupListText"
    11 	<EditText android:id="@+id/GroupListText"
    11 		android:layout_width="fill_parent"
    12 		android:layout_width="fill_parent"
    12 		android:layout_height="wrap_content"
    13 		android:layout_height="wrap_content"
    13 		android:maxLength="20"
    14 		android:maxLength="20"