[UI] Changed selection color on A12+
This commit is contained in:
parent
216d25e3f0
commit
c45fd8d5fd
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="m3_accent_color">@android:color/system_accent1_200</color>
|
||||
<color name="m3_selection_color">@android:color/system_accent1_800</color>
|
||||
</resources>
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="m3_accent_color">@android:color/system_accent1_600</color>
|
||||
<color name="m3_selection_color">@android:color/system_accent1_50</color>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue