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