summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-01-31 13:38:06 -0500
committerDaniel Sandler <dsandler@google.com>2011-01-31 13:40:37 -0500
commitb0b68901f2ff70bdcd8132b544f2518040846215 (patch)
treef388bc77df3e559b56c15d0c0036e5a9d9560390 /packages
parentcb9d4d28be41c72a8c6f254bf8fdaac5f41e0b6f (diff)
downloadframeworks_base-b0b68901f2ff70bdcd8132b544f2518040846215.zip
frameworks_base-b0b68901f2ff70bdcd8132b544f2518040846215.tar.gz
frameworks_base-b0b68901f2ff70bdcd8132b544f2518040846215.tar.bz2
Alignment in the title area of the notification panel.
Clock size -> 78sp to match specs Clock right pad -> 6dp to achieve 14dp escapement Bug: 3400754 Change-Id: I04a56aa899ab55804ad034ed06d9c7aaad331bc0
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/layout-xlarge/status_bar_notification_panel_title.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout-xlarge/status_bar_notification_panel_title.xml b/packages/SystemUI/res/layout-xlarge/status_bar_notification_panel_title.xml
index 3e785c6..2d34635 100644
--- a/packages/SystemUI/res/layout-xlarge/status_bar_notification_panel_title.xml
+++ b/packages/SystemUI/res/layout-xlarge/status_bar_notification_panel_title.xml
@@ -119,7 +119,7 @@
android:layout_width="match_parent"
android:layout_alignParentRight="true"
android:layout_above="@id/title_divider"
- android:layout_marginRight="32dip"
+ android:layout_marginRight="6dip"
android:layout_marginBottom="8dip"
>
<TextView android:id="@+id/time_bg"
@@ -127,14 +127,14 @@
android:layout_height="wrap_content"
android:gravity="right"
android:singleLine="true"
- android:textSize="72sp"
+ android:textSize="78sp"
android:textColor="#999999" />
<TextView android:id="@+id/time_fg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="right"
android:singleLine="true"
- android:textSize="72sp"
+ android:textSize="78sp"
android:textColor="#666666" />
</com.android.systemui.statusbar.tablet.HoloClock>