diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-05-09 22:47:28 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-05-09 22:47:28 +0200 |
commit | 9054d94cbac888c3a52427f54420cde2460c0c3b (patch) | |
tree | a1cb8c9fc628f4282d368f02b66009a573c4eb82 /packages/SystemUI/res/drawable | |
parent | 0d74eeb9ec7ffe30d5c825bf7a3af96a53e2683d (diff) | |
download | frameworks_base-9054d94cbac888c3a52427f54420cde2460c0c3b.zip frameworks_base-9054d94cbac888c3a52427f54420cde2460c0c3b.tar.gz frameworks_base-9054d94cbac888c3a52427f54420cde2460c0c3b.tar.bz2 |
Move Carrier label into universal status bar header.
Also introduces a different height for the header area on keyguard,
as it looks better with less padding when no background is here (and
is closer to the mocks).
Change-Id: Ie9b94dcf823c3e4af83a22f5fae15d9033e146fd
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/notification_header_bg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/drawable/notification_header_bg.xml b/packages/SystemUI/res/drawable/notification_header_bg.xml index c5ba18b..b6b2e9a 100644 --- a/packages/SystemUI/res/drawable/notification_header_bg.xml +++ b/packages/SystemUI/res/drawable/notification_header_bg.xml @@ -24,7 +24,7 @@ </item> <item> <shape> - <solid android:color="#ff374248" /> + <solid android:color="#ff384248" /> <corners android:radius="@*android:dimen/notification_quantum_rounded_rect_radius" /> </shape> </item> |