Renew the highlight state color

Fix: 230283855
Test: visual
Change-Id: I725422518d07a0b0676731bd9da8384ab149ab1b
This commit is contained in:
Jason Chiu
2022-04-25 15:32:06 +08:00
parent 03b1b23c74
commit 880471a1b0
8 changed files with 95 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="?android:attr/textColorPrimary" />
android:color="@color/accent_select_background" />
<corners
android:radius="@dimen/homepage_preference_corner_radius" />
</shape>