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

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

Change-Id: Ieab6672429394f6b01763c4e9c8fc3cfc6431a51
This commit is contained in:
TreeHugger Robot
2021-06-17 21:23:30 +00:00
committed by Automerger Merge Worker

View File

@@ -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>