res/layout/privacy_list.xml
changeset 946 7caab0161cf9
parent 945 89f1be755b8d
child 947 3c5724d30887
equal deleted inserted replaced
945:89f1be755b8d 946:7caab0161cf9
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:orientation="vertical" android:layout_width="fill_parent"
       
     4 	android:layout_height="fill_parent" android:padding="8dp">
       
     5 	<ListView android:id="@id/android:list" android:layout_width="fill_parent"
       
     6 		android:layout_height="fill_parent" android:layout_weight="1"
       
     7 		android:drawSelectorOnTop="false"
       
     8 		android:focusable="true"/>
       
     9 	<TextView android:id="@id/android:empty" android:layout_width="fill_parent"
       
    10 		android:layout_height="fill_parent" android:text="@string/privacy_list_no_data"
       
    11 		android:focusable="true"/>
       
    12 </LinearLayout>