summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-09-06 11:28:34 -0400
committerDaniel Sandler <dsandler@android.com>2011-09-06 13:32:25 -0400
commit1a21f0ab603f4bcdb73e5920a3b6b75f04316790 (patch)
treed1ac96cc8137ccfcc658c0fd7c38a1df124ed2c2 /packages/SystemUI/res/layout-sw600dp
parent38aac047431ea370509f956ad16224b39a71e586 (diff)
downloadframeworks_base-1a21f0ab603f4bcdb73e5920a3b6b75f04316790.zip
frameworks_base-1a21f0ab603f4bcdb73e5920a3b6b75f04316790.tar.gz
frameworks_base-1a21f0ab603f4bcdb73e5920a3b6b75f04316790.tar.bz2
Use holo_blue_light for statusbar clocks.
Also use the same style for the date in the phone notification panel (which already had the same net appearance). Bug: 5231182 Change-Id: Ie0b44c2b9021a4f6ad56b0e1a78fdc9d8cf16f88
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml
index d235859..5e254e8 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_area.xml
@@ -89,9 +89,10 @@
<TextView android:id="@+id/time_solid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.StatusBar.Clock"
android:singleLine="true"
android:textSize="40sp"
- android:textColor="#ff525e79" />
+ />
</com.android.systemui.statusbar.tablet.HoloClock>
<TextView