summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-09-01 15:52:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-01 15:52:02 +0000
commitdfa4037e88f619326b748fb7a188d8f67f52e189 (patch)
tree05b63135ce3fd7a820e0510c786157c0cde6b07d /packages/SystemUI/res/values
parentef56dad5b82e3ff77e90382a108bcc7b13447e96 (diff)
parent17ee3ec0b85f1ca29920bc3bf26e613b82a0ecf8 (diff)
downloadframeworks_base-dfa4037e88f619326b748fb7a188d8f67f52e189.zip
frameworks_base-dfa4037e88f619326b748fb7a188d8f67f52e189.tar.gz
frameworks_base-dfa4037e88f619326b748fb7a188d8f67f52e189.tar.bz2
Merge "Media notification updates" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml
index 75ed81e..103d8b9 100644
--- a/packages/SystemUI/res/values/colors.xml
+++ b/packages/SystemUI/res/values/colors.xml
@@ -85,6 +85,10 @@
<!-- The color of the material notification background when low priority -->
<color name="notification_material_background_low_priority_color">#ffe0e0e0</color>
+ <!-- The color of the material notification background for media notifications when no custom
+ color is specified -->
+ <color name="notification_material_background_media_default_color">#ff424242</color>
+
<!-- The color of the ripples on the untinted notifications -->
<color name="notification_ripple_untinted_color">#20000000</color>