ReVanced / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
2.29k stars 263 forks source link

bug(YouTube - Theme): `materialYou` does not apply to Notification Badge #479

Open kazimmt opened 1 year ago

kazimmt commented 1 year ago

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

Material You not applies in Notification Badge 259048026-669dece6-a6ee-4c89-894d-9540229f6cd0

Relevant log output

Solution

Apply materialYou for notification badge It may look like this: IMG_20230812_151849

Additional context

Here is an example from Gmail App IMG_20230812_151044

Acknowledgements

kazimmt commented 4 months ago

Adding these files in res folder may fix the issue materialyou.zip