res/layout/privacy_list.xml
changeset 774 1b88edb34d96
parent 767 74a987c3efb5
--- a/res/layout/privacy_list.xml	Mon Jun 14 22:45:56 2010 +0200
+++ b/res/layout/privacy_list.xml	Mon Jun 14 22:47:22 2010 +0200
@@ -4,7 +4,9 @@
 	android:layout_height="fill_parent" android:padding="8dp">
 	<ListView android:id="@id/android:list" android:layout_width="fill_parent"
 		android:layout_height="fill_parent" android:layout_weight="1"
-		android:drawSelectorOnTop="false" />
+		android:drawSelectorOnTop="false"
+		android:focusable="true"/>
 	<TextView android:id="@id/android:empty" android:layout_width="fill_parent"
-		android:layout_height="fill_parent" android:text="@string/privacy_list_no_data" />
+		android:layout_height="fill_parent" android:text="@string/privacy_list_no_data"
+		android:focusable="true"/>
 </LinearLayout>