summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/layout/about.xml')
-rw-r--r--vdrmanager/res/layout/about.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/about.xml b/vdrmanager/res/layout/about.xml
new file mode 100644
index 0000000..3831b90
--- /dev/null
+++ b/vdrmanager/res/layout/about.xml
@@ -0,0 +1,13 @@
+<?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