diff options
| author | 2014-08-11 17:28:37 +0000 | |
|---|---|---|
| committer | 2014-08-11 17:09:03 +0000 | |
| commit | 0fe5bf9106d31cc4c747d2ac595dd9abbfd50513 (patch) | |
| tree | eff28ebc1dcf1a0d3588b0e80bbc788960815ca1 | |
| parent | e4e2cc3c803c058634f6f31c449ce346a0b22dd8 (diff) | |
| parent | 9063461752bcbf622d899a13c4b62ceddae64acd (diff) | |
Merge "Changed the color of low-priority notifications" into lmp-dev
| -rw-r--r-- | packages/SystemUI/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index c3ea8f841072..cd73527220a6 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -83,7 +83,7 @@ <color name="notification_material_background_dimmed_color">#d4ffffff</color> <!-- The color of the material notification background when low priority --> - <color name="notification_material_background_low_priority_color">#ffdcdcdc</color> + <color name="notification_material_background_low_priority_color">#ffe0e0e0</color> <!-- The color of the ripples on the untinted notifications --> <color name="notification_ripple_untinted_color">#20000000</color> |