Different md3 accent color for light and dark mode
This commit is contained in:
parent
93cc50a0c3
commit
1061fe8bfc
3 changed files with 9 additions and 2 deletions
4
appthemehelper/src/main/res/values-night-v31/colors.xml
Normal file
4
appthemehelper/src/main/res/values-night-v31/colors.xml
Normal 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>
|
4
appthemehelper/src/main/res/values-v31/colors.xml
Normal file
4
appthemehelper/src/main/res/values-v31/colors.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue