Different md3 accent color for light and dark mode

This commit is contained in:
Prathamesh More 2021-09-20 10:53:33 +05:30
parent 93cc50a0c3
commit 1061fe8bfc
3 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="m3_accent_color">@android:color/system_accent1_200</color>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="m3_accent_color">@android:color/system_accent1_600</color>
</resources>