Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce503588 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Non-pre-multiplied notification text color"

parents c3e03900 65909d38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@
<resources>
    <!-- The primary text color if the text is on top of a dark background.
    This is also affects colorized notifications with dark backgrounds. -->
    <color name="notification_primary_text_color_dark">#dadada</color>
    <color name="notification_primary_text_color_dark">#ddffffff</color>

    <!-- The secondary text color if the text is on top of a dark background. -->
    <color name="notification_secondary_text_color_dark">#dadada</color>
    <color name="notification_secondary_text_color_dark">#ddffffff</color>

    <color name="notification_default_color_dark">#dadada</color>
    <color name="notification_default_color_dark">#ddffffff</color>

    <!-- The background color of a notification card. -->
    <color name="notification_material_background_color">@*android:color/material_grey_900</color>