diff options
Diffstat (limited to 'vdrmanager/res/layout/about.xml')
-rw-r--r-- | vdrmanager/res/layout/about.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vdrmanager/res/layout/about.xml b/vdrmanager/res/layout/about.xml deleted file mode 100644 index 3831b90..0000000 --- a/vdrmanager/res/layout/about.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" > - - <TextView - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:autoLink="all" - android:text="@string/about_text" /> - -</ScrollView>
\ No newline at end of file |