diff options
| author | 2018-08-07 13:17:22 -0700 | |
|---|---|---|
| committer | 2018-08-07 13:17:22 -0700 | |
| commit | 65909d38a861cb194c03433121292883fdc25a5f (patch) | |
| tree | bb9973f47e7c17483acb532f65582641047947a1 | |
| parent | 8eedb5ad40f860a169257dec0c2bb94686bbb69c (diff) | |
Non-pre-multiplied notification text color
Test: visual
Bug: 110758454
Change-Id: Ic04fb4b5f45189955977334728c2b16e88a35619
| -rw-r--r-- | core/res/res/values-night/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values-night/colors.xml b/core/res/res/values-night/colors.xml index 688040ba0cc1..351f8ea8643e 100644 --- a/core/res/res/values-night/colors.xml +++ b/core/res/res/values-night/colors.xml @@ -19,12 +19,12 @@ <resources> <!-- The primary text color if the text is on top of a dark background. This is also affects colorized notifications with dark backgrounds. --> - <color name="notification_primary_text_color_dark">#dadada</color> + <color name="notification_primary_text_color_dark">#ddffffff</color> <!-- The secondary text color if the text is on top of a dark background. --> - <color name="notification_secondary_text_color_dark">#dadada</color> + <color name="notification_secondary_text_color_dark">#ddffffff</color> - <color name="notification_default_color_dark">#dadada</color> + <color name="notification_default_color_dark">#ddffffff</color> <!-- The background color of a notification card. --> <color name="notification_material_background_color">@*android:color/material_grey_900</color> |