From 2b4d808898071f3f72f96a298302eee18276d5c8 Mon Sep 17 00:00:00 2001 From: Weng Su Date: Mon, 8 May 2023 21:53:08 +0800 Subject: [PATCH] Refine Settings textColor - Update textColor from textColorTertiary to textColorSecondary Bug: 271501723 Test: Manual testing with the Accessibility Scanner tool Change-Id: I57c31ba5c6e066e21fea234502b24aaed15998d7 --- ...confirm_dialog_multiple_enabled_profiles_supported.xml | 2 +- res/layout/user_credential.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml index 74c8226122b..e7701239b59 100644 --- a/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml +++ b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml @@ -58,7 +58,7 @@ android:src="@drawable/ic_info_outline_24dp" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:tint="?android:attr/textColorTertiary"/> + android:tint="?android:attr/textColorSecondary"/>