diff options
author | Selim Cinek <cinek@google.com> | 2014-08-11 17:33:31 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-11 17:33:31 +0000 |
commit | b9444fa248beb15a8b37206b1fc6b86e40e417e2 (patch) | |
tree | b9d2d9f04bdaad3f7f21d35b039a36107b6714ea | |
parent | 5685c12481ff4d9d75d818a955e2cc50995a61b1 (diff) | |
parent | 0fe5bf9106d31cc4c747d2ac595dd9abbfd50513 (diff) | |
download | frameworks_base-b9444fa248beb15a8b37206b1fc6b86e40e417e2.zip frameworks_base-b9444fa248beb15a8b37206b1fc6b86e40e417e2.tar.gz frameworks_base-b9444fa248beb15a8b37206b1fc6b86e40e417e2.tar.bz2 |
am e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev
* commit 'e27270434eaecdd080e71900833c4fbd9bce3d75':
Changed the color of low-priority notifications
-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> |