Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <RelativeLayout
      3   xmlns:android="http://schemas.android.com/apk/res/android"
      4   android:layout_width="fill_parent"
      5   android:layout_height="fill_parent">
      6   <ListView
      7     android:id="@+id/android:list"
      8     android:layout_width="fill_parent"
      9     android:layout_height="fill_parent" />
     10   <TextView
     11     android:id="@+id/android:empty"
     12     android:layout_width="wrap_content"
     13     android:layout_height="wrap_content"
     14     android:text="@string/no_scripts_message" />
     15 </RelativeLayout>