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

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

Change-Id: Ie0d73e83a46377277d8c1df1ad54c2506982da66
This commit is contained in:
Betty Chang
2021-05-18 06:57:53 +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"/>