res/layout/group_list.xml
changeset 464 40f0b4dda4cb
parent 461 17300b201cf5
child 767 74a987c3efb5
equal deleted inserted replaced
463:fbb5d00cb7ee 464:40f0b4dda4cb
     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 
     9 
    10 	<EditText android:id="@+id/GroupListText"
    10 	<EditText android:id="@+id/GroupListText"
    11 		android:layout_width="fill_parent" android:layout_height="wrap_content"
    11 		android:layout_width="fill_parent"
       
    12 		android:layout_height="wrap_content"
       
    13 		android:maxLength="20"
    12 		android:singleLine="true" />
    14 		android:singleLine="true" />
    13 </LinearLayout>
    15 </LinearLayout>