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

Commit f0678c07 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the default notification color in dark mode" into sc-dev am: 7a4809f9 am: ae1be662

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15002052

Change-Id: I13ebfe7e5f0d95f0732b8780775fb5cc9fbc6bc9
parents 778f88c5 ae1be662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@
    <color name="notification_secondary_text_color_light">@color/primary_text_default_material_light</color>
    <item name="notification_secondary_text_disabled_alpha" format="float" type="dimen">0.38</item>
    <color name="notification_secondary_text_color_dark">@color/primary_text_default_material_dark</color>
    <color name="notification_default_color_dark">@color/primary_text_default_material_light</color>
    <color name="notification_default_color_dark">#ddffffff</color>
    <color name="notification_default_color_light">#a3202124</color>

    <color name="notification_primary_text_color_current">@color/notification_primary_text_color_light</color>