diff options
| author | 2016-01-12 20:17:48 -0800 | |
|---|---|---|
| committer | 2016-01-21 19:42:49 -0800 | |
| commit | da6f1d605b86207de53f9889229e092a542ed95e (patch) | |
| tree | f5832f5fc81c39d975d8d33999c8f1b407d1738a | |
| parent | 7b73a4c1d325fc1a2e54addbd220b3c7c6f3ff73 (diff) | |
Updated notification colors
Change-Id: I23ffc7325ec4947bb0e2d767d1e2ddbaa9b3f369
| -rw-r--r-- | packages/SystemUI/res/values/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index a80a5de3a4ec..e7fd29580424 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -75,13 +75,13 @@ <color name="notification_legacy_background_color">#ff1a1a1a</color> <!-- The color of the material notification background --> - <color name="notification_material_background_color">#fffafafa</color> + <color name="notification_material_background_color">#ffffffff</color> <!-- The color of the material notification background when dimmed --> - <color name="notification_material_background_dimmed_color">#d4ffffff</color> + <color name="notification_material_background_dimmed_color">#f2ffffff</color> <!-- The color of the material notification background when low priority --> - <color name="notification_material_background_low_priority_color">#ffe0e0e0</color> + <color name="notification_material_background_low_priority_color">#fff5f5f5</color> <!-- The color of the material notification background for media notifications when no custom color is specified --> |