[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
This commit is contained in:
changbetty
2021-05-18 10:14:15 +08:00
parent b769cf8067
commit cea28334a2

View File

@@ -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"/>