--- a/res/layout/group_list.xml Wed Jun 09 00:36:33 2010 +0200
+++ b/res/layout/group_list.xml Wed Jun 09 02:28:23 2010 +0200
@@ -5,11 +5,12 @@
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
android:layout_height="0dip" android:layout_weight="1"
- android:stackFromBottom="true" android:transcriptMode="normal" />
+ android:stackFromBottom="true" android:transcriptMode="normal"
+ android:focusable="true"/>
<EditText android:id="@+id/GroupListText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:maxLength="20"
android:singleLine="true" />
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>