diff --git a/res/values/strings.xml b/res/values/strings.xml index 32a3e03d639..3405814ca63 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4922,6 +4922,10 @@ High contrast text Change text color to black or white. Maximizes contrast with the background. + + Maximize text contrast + + Change text color to black or white to increase contrast with the background. Auto update screen magnification diff --git a/res/xml/accessibility_color_contrast.xml b/res/xml/accessibility_color_contrast.xml index 427481e28cf..67c939b6a43 100644 --- a/res/xml/accessibility_color_contrast.xml +++ b/res/xml/accessibility_color_contrast.xml @@ -30,6 +30,14 @@ android:layout="@layout/accessibility_color_contrast_selector" settings:controller="com.android.settings.accessibility.ContrastSelectorPreferenceController"/> + + + android:title="@string/accessibility_toggle_high_text_contrast_preference_title" />