summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout-land/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-land/vdrmanager.xml
parent84d9f447053cf7420e945033f42d8964b2cb685e (diff)
downloadvdr-manager-2490d008294b7061b4c2f44071b3376739897104.tar.gz
vdr-manager-2490d008294b7061b4c2f44071b3376739897104.tar.bz2
scrollable
Diffstat (limited to 'vdrmanager/res/layout-land/vdrmanager.xml')
-rw-r--r--vdrmanager/res/layout-land/vdrmanager.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/vdrmanager/res/layout-land/vdrmanager.xml b/vdrmanager/res/layout-land/vdrmanager.xml
index 78b6f61..817eb4d 100644
--- a/vdrmanager/res/layout-land/vdrmanager.xml
+++ b/vdrmanager/res/layout-land/vdrmanager.xml
@@ -1,10 +1,12 @@
<?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="fill_parent">
+<LinearLayout
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:padding="10dip">
-
<ImageView android:id="@+id/main_logo" android:layout_width="fill_parent"
- android:layout_height="90dip" android:src="@drawable/vdr_logo" android:paddingBottom="5dip" />
+ android:layout_height="80dip" android:src="@drawable/vdr_logo" android:paddingBottom="5dip" />
<!-- <ListView android:id="@+id/vdrmanager_menu" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_below="@id/main_logo"/> -->
@@ -70,4 +72,6 @@
android:background="@android:drawable/list_selector_background"
android:textColor="#FFF" />
</LinearLayout>
+
</LinearLayout>
+ </ScrollView> \ No newline at end of file