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

Commit 65909d38 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Non-pre-multiplied notification text color

Test: visual
Bug: 110758454
Change-Id: Ic04fb4b5f45189955977334728c2b16e88a35619
parent 8eedb5ad
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>