summaryrefslogtreecommitdiffstats
path: root/res/layout-land/desk_clock.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/desk_clock.xml')
-rw-r--r--res/layout-land/desk_clock.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/res/layout-land/desk_clock.xml b/res/layout-land/desk_clock.xml
index c95619512..0cbaccfb3 100644
--- a/res/layout-land/desk_clock.xml
+++ b/res/layout-land/desk_clock.xml
@@ -25,20 +25,23 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
- android:paddingTop="18dip"
+ android:paddingTop="25dip"
>
<!-- Entire display region (everything but bottom buttons) -->
+ <!-- Left margin is 4 dip shy of desired to allow for the time to
+ "hang off" the left-hand side, accommodating the extra glyph
+ escapement in Clockopia and 3px of text shadow -->
<LinearLayout
android:orientation="vertical"
android:layout_gravity="left"
android:layout_weight="1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:layout_marginLeft="20dip"
- android:layout_marginTop="20dip"
- android:layout_marginRight="20dip"
- android:layout_marginBottom="14dip"
+ android:layout_marginLeft="25dip"
+ android:layout_marginTop="18dip"
+ android:layout_marginRight="18dip"
+ android:layout_marginBottom="12dip"
>
<!-- across the top: next alarm, battery, nightmode button -->
@@ -48,6 +51,7 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_marginBottom="6dip"
+ android:layout_marginLeft="4dip"
android:gravity="center_vertical"
>
<TextView android:id="@+id/nextAlarm"
@@ -88,7 +92,6 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="bottom"
- android:layout_marginBottom="12dip"
>
<include layout="@layout/desk_clock_time_date"