app/src/main/res/layout/privacy_list.xml
changeset 1044 197a85a35cba
parent 767 74a987c3efb5
equal deleted inserted replaced
1043:7d6f2526244a 1044:197a85a35cba
       
     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>