From b61388d1f5be1281ea43f05b57c09874d9976519 Mon Sep 17 00:00:00 2001 From: Arc Wang Date: Fri, 14 May 2021 10:38:08 +0800 Subject: [PATCH] Fix hint text color contrast problem in LocalePickerWithRegionActivity Set android:textColorHint textColorSecondary in Theme.Settings. Bug: 147637981 Test: accessibility scanner Change-Id: Ie3ef7e86909b75366c427ac5c6a90a9a02f0f660 --- res/values/styles.xml | 1 - res/values/themes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index b7a6dabc3ae..d98e25b5945 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -145,7 +145,6 @@ 4dip viewStart @android:style/TextAppearance.DeviceDefault.Medium - ?android:attr/textColorSecondary @dimen/min_tap_target_size diff --git a/res/values/themes.xml b/res/values/themes.xml index af44276c281..555a0454a66 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -32,6 +32,7 @@ @android:color/transparent @style/PickerDialogTheme.Settings @style/HorizontalProgressBarStyle + ?android:attr/textColorSecondary @style/FingerprintLayoutTheme @style/FaceLayoutTheme