diff options
author | Selim Cinek <cinek@google.com> | 2014-08-11 17:45:09 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-11 17:45:09 +0000 |
commit | 9892fafc86cdcd9d13f361a561fe9eff0ed38785 (patch) | |
tree | 14017e5a20d40aa482b127416daa89b9a7c745ba /packages/SystemUI | |
parent | fa51545a665c4cdb32fb2661e4f2cdb9f2996ec4 (diff) | |
parent | 41ab2709a9deca041f5e2789b9e1c1cba122ee6f (diff) | |
download | frameworks_base-9892fafc86cdcd9d13f361a561fe9eff0ed38785.zip frameworks_base-9892fafc86cdcd9d13f361a561fe9eff0ed38785.tar.gz frameworks_base-9892fafc86cdcd9d13f361a561fe9eff0ed38785.tar.bz2 |
am af6d7341: am 852568ff: am e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev
* commit 'af6d7341298af01c18affee1ad985e2e77b92a60':
Changed the color of low-priority notifications
Diffstat (limited to 'packages/SystemUI')
-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 c3ea8f8..cd73527 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> |