diff options
Diffstat (limited to 'vdrmanager/res/layout/vdrlist.xml')
-rw-r--r-- | vdrmanager/res/layout/vdrlist.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/vdrlist.xml b/vdrmanager/res/layout/vdrlist.xml new file mode 100644 index 0000000..d04df91 --- /dev/null +++ b/vdrmanager/res/layout/vdrlist.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" android:layout_height="fill_parent" + android:orientation="vertical"> + + <ListView android:id="@android:id/list" android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <TextView android:id="@android:id/empty" android:layout_width="wrap_content" + android:layout_height="wrap_content" android:text="Empty set" /> + +</LinearLayout>
\ No newline at end of file |