res/layout/group_list.xml
changeset 767 74a987c3efb5
parent 461 17300b201cf5
--- a/res/layout/group_list.xml	Tue Jun 08 17:13:04 2010 -0500
+++ b/res/layout/group_list.xml	Tue Jun 08 17:31:00 2010 -0500
@@ -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>