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

Commit a736d913 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

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

Change-Id: Ieab6672429394f6b01763c4e9c8fc3cfc6431a51
parents eedc3d2b 7a4809f9
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>