bug(YouTube - Theme): materialYou
does not apply to Notification Badge
#479
Labels
Bug report
Something isn't working
materialYou
does not apply to Notification Badge
#479
Type
Cosmetic
Bug description
After changing
@android:color/black
->@android:color/system_neutral1_900
&
@android:color/white
->@android:color/system_neutral1_50
MaterialYou applies in YouTube app body but not in Notification Badge
But according to Material Guideline, Badge should follow materialYou as well
Refer to: https://m3.material.io/components/badges/overview
Steps to reproduce
@android:color/black
->@android:color/system_neutral1_900
&@android:color/white
->@android:color/system_neutral1_50
in optionsMaterial You not applies in Notification Badge
Relevant log output
Solution
Apply materialYou for notification badge
It may look like this:
Additional context
Here is an example from Gmail App
Acknowledgements
The text was updated successfully, but these errors were encountered: