Merge "[GAR] Change the text color for Private DNS Summary to follow the GAR" into sc-dev am: 78031d82b7 am: 597d2a157c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14609992

Change-Id: I7d30bfa4b435cf2e767b9dd2f033e1971eab9f5b
This commit is contained in:
Betty Chang
2021-05-20 01:51:13 +00:00
committed by Automerger Merge Worker

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