summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorTony <twickham@google.com>2017-05-09 19:23:47 -0500
committerTony <twickham@google.com>2017-05-09 20:02:23 -0500
commit0b8a6fe53240f8c8271efed0fc470a65553707de (patch)
tree4d8bbfb5b8a262d896a1315b067ad7c7c7266da7 /res/values/colors.xml
parent9a1227105a00ea740151f91ae3aab75a688d32ac (diff)
downloadandroid_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.tar.gz
android_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.tar.bz2
android_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.zip
Visual updates for popup
- Update some dimens - Increase left padding for shortcuts - Adjust arrow and notification ellipsis offset accordingly - Align shortcut dividers to be same width as text - Notification text 14sp instead of 15sp - Increase width of popup by 12dp - Shortcuts text 87% black instead of 54% - Arrow has same color as attached side, so takes on header gray instead of white when appropriate Bug: 37753827 Change-Id: I0844b85995f22218a3b7e605e1653cceaed6cda1
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index f148cf2a5..58717c273 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -35,12 +35,11 @@
<color name="spring_loaded_panel_color">#40FFFFFF</color>
<color name="spring_loaded_highlighted_panel_border_color">#FFF</color>
- <!-- Notifications -->
+ <!-- Popup container -->
+ <color name="popup_header_background_color">#EEEEEE</color> <!-- Gray 200 -->
+ <color name="popup_background_color">#FFF</color>
<color name="notification_icon_default_color">#757575</color> <!-- Gray 600 -->
- <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>
<!-- System shortcuts -->
<color name="system_shortcuts_icon_color">@android:color/tertiary_text_light</color>