res/layout/group_list.xml
changeset 461 17300b201cf5
parent 436 13468f4c8f45
child 767 74a987c3efb5
--- a/res/layout/group_list.xml	Fri Oct 09 16:56:20 2009 +0200
+++ b/res/layout/group_list.xml	Thu Oct 15 17:36:51 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