[UI] Changed selection color on A12+
This commit is contained in:
parent
216d25e3f0
commit
c45fd8d5fd
3 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<item android:state_activated="true">
|
||||
<shape>
|
||||
<corners android:radius="@dimen/m3_card_corner_radius" />
|
||||
<solid android:color="@android:color/system_neutral1_300" />
|
||||
<solid android:color="@color/m3_selection_color" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
|
|
|
@ -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…
Reference in a new issue