diff options
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/colors.xml | 4 |
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> |