summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-01 19:16:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-01 19:16:24 +0000
commitf0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b (patch)
treea0570c226ee229135df143ca43cf0368bfcd55cd /packages/SystemUI/res/values
parentc8316dfc05f20da2381b5a29ee29bd05b4a85098 (diff)
parent024ca598dd4b38b389251c138f4ef9882d4b68b0 (diff)
downloadframeworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.zip
frameworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.tar.gz
frameworks_base-f0fc0a4ec4eaf39c1b3765da8ce92814efeaf95b.tar.bz2
Merge "Notification guts have now the actualHeight of the notifications" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml
index 103d8b9..f3a62b8 100644
--- a/packages/SystemUI/res/values/colors.xml
+++ b/packages/SystemUI/res/values/colors.xml
@@ -101,9 +101,9 @@
<color name="segmented_button_text_inactive">#99afbdc4</color><!-- 60% -->
<!-- The "inside" of a notification, reached via longpress -->
- <color name="notification_guts_bg_color">#ff424242</color><!-- grey 800 -->
+ <color name="notification_guts_bg_color">@color/system_secondary_color</color>
<color name="notification_guts_title_color">#FFFFFFFF</color>
- <color name="notification_guts_text_color">#99FFFFFF</color>
+ <color name="notification_guts_text_color">#b2FFFFFF</color>
<color name="notification_guts_btn_color">#FFFFFFFF</color>
<color name="search_panel_card_color">#ffffff</color>