summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-23 15:35:44 +0100
committerlado <herrlado@gmail.com>2012-02-23 15:35:44 +0100
commit04ad3394dce42e98ee5be6c1614b40f2000a9bd1 (patch)
tree269d64c36192f690cf7580e9f749b624d78400bb /vdrmanager
parent48819a89e2abdae7e76921f8e26ba88299503dba (diff)
downloadvdr-manager-04ad3394dce42e98ee5be6c1614b40f2000a9bd1.tar.gz
vdr-manager-04ad3394dce42e98ee5be6c1614b40f2000a9bd1.tar.bz2
layout
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/res/layout-land/vdrmanager.xml23
1 files changed, 14 insertions, 9 deletions
diff --git a/vdrmanager/res/layout-land/vdrmanager.xml b/vdrmanager/res/layout-land/vdrmanager.xml
index 817eb4d..52cc9c6 100644
--- a/vdrmanager/res/layout-land/vdrmanager.xml
+++ b/vdrmanager/res/layout-land/vdrmanager.xml
@@ -31,15 +31,20 @@
android:background="@android:drawable/list_selector_background"
android:textColor="#FFF"
/>
-
- <Button android:text="@string/action_menu_timers"
- xmlns:android="http://schemas.android.com/apk/res/android" android:padding="3dip"
- android:drawableTop="@drawable/btn_timer" android:layout_width="wrap_content"
- android:id="@+id/action_menu_timers" android:layout_height="wrap_content"
- android:layout_weight="1"
- android:cacheColorHint="?android:attr/colorBackground"
- android:background="@android:drawable/list_selector_background"
- android:textColor="#FFF" />
+
+ <Button
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/action_menu_timers"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:background="@android:drawable/list_selector_background"
+ android:cacheColorHint="?android:attr/colorBackground"
+ android:drawableTop="@drawable/btn_timer"
+ android:padding="3dip"
+ android:text="@string/action_menu_timers"
+ android:textColor="#FFF" />
+
</LinearLayout>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal">