summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/vdrmanager.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-01-22 23:08:55 +0100
committerlado <herrlado@gmail.com>2012-01-22 23:08:55 +0100
commit2490d008294b7061b4c2f44071b3376739897104 (patch)
treed069310fe452021592740a07bd95098e262bf718 /vdrmanager/res/layout/vdrmanager.xml
parent84d9f447053cf7420e945033f42d8964b2cb685e (diff)
downloadvdr-manager-2490d008294b7061b4c2f44071b3376739897104.tar.gz
vdr-manager-2490d008294b7061b4c2f44071b3376739897104.tar.bz2
scrollable
Diffstat (limited to 'vdrmanager/res/layout/vdrmanager.xml')
-rw-r--r--vdrmanager/res/layout/vdrmanager.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/vdrmanager/res/layout/vdrmanager.xml b/vdrmanager/res/layout/vdrmanager.xml
index 2d541bd..d963d70 100644
--- a/vdrmanager/res/layout/vdrmanager.xml
+++ b/vdrmanager/res/layout/vdrmanager.xml
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+
+ <ScrollView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+
+ >
+
+<LinearLayout
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:padding="10dip">
@@ -78,4 +86,6 @@
android:background="@android:drawable/list_selector_background"
android:textColor="#FFF" />
</LinearLayout>
+
</LinearLayout>
+</ScrollView> \ No newline at end of file