res/layout/group_list.xml
changeset 464 40f0b4dda4cb
parent 461 17300b201cf5
child 767 74a987c3efb5
--- a/res/layout/group_list.xml	Fri Oct 16 17:21:42 2009 +0200
+++ b/res/layout/group_list.xml	Fri Oct 16 17:22:19 2009 +0200
@@ -8,6 +8,8 @@
 		android:stackFromBottom="true" android:transcriptMode="normal" />
 
 	<EditText android:id="@+id/GroupListText"
-		android:layout_width="fill_parent" android:layout_height="wrap_content"
+		android:layout_width="fill_parent"
+		android:layout_height="wrap_content"
+		android:maxLength="20"
 		android:singleLine="true" />
 </LinearLayout>
\ No newline at end of file