summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/about.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-01 16:07:12 +0100
committerlado <herrlado@gmail.com>2011-11-01 16:07:12 +0100
commit22805607a538bd4df422242e2725c1c02807dd8a (patch)
tree545813c47685273e7f0368a06e03d96c0c9e07a7 /vdrmanager/res/layout/about.xml
parent70185fdadd3573dcd30b5daf9d7895a6e25bf536 (diff)
downloadvdr-manager-22805607a538bd4df422242e2725c1c02807dd8a.tar.gz
vdr-manager-22805607a538bd4df422242e2725c1c02807dd8a.tar.bz2
big refactoring
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