--- a/res/layout/group_list.xml Mon Jun 14 22:45:56 2010 +0200
+++ b/res/layout/group_list.xml Mon Jun 14 22:47:22 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>