diff options
Diffstat (limited to 'vdrmanager/app/src/main/res/layout/vdrlist.xml')
-rw-r--r-- | vdrmanager/app/src/main/res/layout/vdrlist.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vdrmanager/app/src/main/res/layout/vdrlist.xml b/vdrmanager/app/src/main/res/layout/vdrlist.xml deleted file mode 100644 index d04df91..0000000 --- a/vdrmanager/app/src/main/res/layout/vdrlist.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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 |