summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-10 14:05:34 -0700
committerTony Wickham <twickham@google.com>2017-04-11 16:44:38 -0700
commitce44516dd869dff1d6a744e26625a662d9567a10 (patch)
tree9bdca8838804fefb913d73fcf92d62883a3699cc /res/values/colors.xml
parentcd4cc97f6f761b8cc377821a2214432a376dd4f8 (diff)
downloadandroid_packages_apps_Trebuchet-ce44516dd869dff1d6a744e26625a662d9567a10.tar.gz
android_packages_apps_Trebuchet-ce44516dd869dff1d6a744e26625a662d9567a10.tar.bz2
android_packages_apps_Trebuchet-ce44516dd869dff1d6a744e26625a662d9567a10.zip
Update popup to match redlines
- Update specs in dimens.xml and colors.xml - Move notification count to top right, and keep "Notifications" in left - Also removed NotificationHeaderView and instead use FrameLayout - Limit to 2 shortcuts instead of 3 if there are notifications - Use SP instead of DP for text (b/35869307) Bug: 35766387 Change-Id: I892640933ad6351946af3df6c805b98bb4e7cb50
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 028c98206..3ce7baae2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -37,12 +37,13 @@
<!-- Notifications -->
<color name="notification_icon_default_color">#757575</color> <!-- Gray 600 -->
- <color name="notification_header_background_color">#F5F5F5</color> <!-- Gray 100 -->
+ <color name="notification_header_background_color">#EEEEEE</color> <!-- Gray 200 -->
<color name="notification_background_color">#FFF</color>
<color name="notification_color_beneath">#E0E0E0</color> <!-- Gray 300 -->
<color name="divider_color">@color/notification_color_beneath</color>
- <color name="icon_background">#E0E0E0</color> <!-- Gray 300 -->
<!-- System shortcuts -->
<color name="system_shortcuts_icon_color">@android:color/tertiary_text_light</color>
+
+ <color name="icon_background">#E0E0E0</color> <!-- Gray 300 -->
</resources>