--- a/res/layout/privacy_list.xml Tue Jun 08 17:13:04 2010 -0500
+++ b/res/layout/privacy_list.xml Tue Jun 08 17:31:00 2010 -0500
@@ -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>