From a538f4efdc57aa5c43a074e0e897868593bd3282 Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Fri, 26 Apr 2024 09:44:38 +0000 Subject: [PATCH] Fix the text under the "Setup for limited vision or head motion" is grayed out Align the sub-title text color with main-title. Flag: NONE Bug: 336678451 Test: manually test with reproducible steps then check it visually: 1. Go to Settings > Security & privacy > Device unlock > Fingerprint & Face Unlock > Face Unlock 2. Confirm your PIN/Pattern/Password 3. Tap on "Setup for limited vision or head motion" Change-Id: Id6db60d1fc97833607e184bc2fa71b76f46983a4 --- res/layout/face_enroll_accessibility_toggle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/face_enroll_accessibility_toggle.xml b/res/layout/face_enroll_accessibility_toggle.xml index f2987dbfd6e..428916ed2d3 100644 --- a/res/layout/face_enroll_accessibility_toggle.xml +++ b/res/layout/face_enroll_accessibility_toggle.xml @@ -51,7 +51,7 @@ android:letterSpacing="0" android:minHeight="20dp" android:fontFamily="@string/sudFontSecondaryText" - android:textColor="?androidprv:attr/materialColorOnSurfaceVariant"/> + android:textColor="?android:attr/textColorPrimary"/>