res/layout/privacy_list.xml
changeset 767 74a987c3efb5
parent 519 ea7009295a84
equal deleted inserted replaced
766:ca06684fb92f 767:74a987c3efb5
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:orientation="vertical" android:layout_width="fill_parent"
     3 	android:orientation="vertical" android:layout_width="fill_parent"
     4 	android:layout_height="fill_parent" android:padding="8dp">
     4 	android:layout_height="fill_parent" android:padding="8dp">
     5 	<ListView android:id="@id/android:list" android:layout_width="fill_parent"
     5 	<ListView android:id="@id/android:list" android:layout_width="fill_parent"
     6 		android:layout_height="fill_parent" android:layout_weight="1"
     6 		android:layout_height="fill_parent" android:layout_weight="1"
     7 		android:drawSelectorOnTop="false" />
     7 		android:drawSelectorOnTop="false"
       
     8 		android:focusable="true"/>
     8 	<TextView android:id="@id/android:empty" android:layout_width="fill_parent"
     9 	<TextView android:id="@id/android:empty" android:layout_width="fill_parent"
     9 		android:layout_height="fill_parent" android:text="@string/privacy_list_no_data" />
    10 		android:layout_height="fill_parent" android:text="@string/privacy_list_no_data"
       
    11 		android:focusable="true"/>
    10 </LinearLayout>
    12 </LinearLayout>