From cea28334a2b59c41037f98bf54a43a0da1df9427 Mon Sep 17 00:00:00 2001 From: changbetty Date: Tue, 18 May 2021 10:14:15 +0800 Subject: [PATCH] [GAR] Change the text color for Private DNS Summary to follow the GAR This cl is fixed one of the suggestion. Refer to b/181186668 for another suggestion on Accessibility Scanner result. Bug: 181184589 Test: Manual test by Accessibility Scanner Change-Id: Ief0908891c98f641c99d578cf5acb210cc972e91 --- res/layout/preference_widget_dialog_summary.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/preference_widget_dialog_summary.xml b/res/layout/preference_widget_dialog_summary.xml index e37be7193a7..9f6b3ee7229 100644 --- a/res/layout/preference_widget_dialog_summary.xml +++ b/res/layout/preference_widget_dialog_summary.xml @@ -23,4 +23,5 @@ android:layout_marginTop="@dimen/developer_option_dialog_margin_top" android:minHeight="@dimen/developer_option_dialog_min_height" android:paddingStart="@dimen/developer_option_dialog_padding_start" - android:textAppearance="?android:attr/textAppearanceSmall"/> + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?android:attr/textColorSecondary"/>