res/layout/privacy_list.xml
changeset 519 ea7009295a84
child 767 74a987c3efb5
equal deleted inserted replaced
518:6b8089c9b834 519:ea7009295a84
       
     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 	<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 </LinearLayout>