Merge "Polish and humanize the summary for the High Contrast Text."
This commit is contained in:
@@ -5386,6 +5386,8 @@
|
|||||||
<string name="accessibility_button_high_label">Non-transparent</string>
|
<string name="accessibility_button_high_label">Non-transparent</string>
|
||||||
<!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] -->
|
<!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] -->
|
||||||
<string name="accessibility_toggle_high_text_contrast_preference_title">High contrast text</string>
|
<string name="accessibility_toggle_high_text_contrast_preference_title">High contrast text</string>
|
||||||
|
<!-- Summary for the accessibility preference to high contrast text. [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="accessibility_toggle_high_text_contrast_preference_summary">Change text color to black or white. Maximizes contrast with the background.</string>
|
||||||
<!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
|
<!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
|
||||||
<string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Auto
|
<string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Auto
|
||||||
update screen magnification</string>
|
update screen magnification</string>
|
||||||
|
@@ -54,6 +54,7 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="toggle_high_text_contrast_preference"
|
android:key="toggle_high_text_contrast_preference"
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
|
android:summary="@string/accessibility_toggle_high_text_contrast_preference_summary"
|
||||||
android:title="@string/accessibility_toggle_high_text_contrast_preference_title" />
|
android:title="@string/accessibility_toggle_high_text_contrast_preference_title" />
|
||||||
|
|
||||||
<com.android.settingslib.widget.LayoutPreference
|
<com.android.settingslib.widget.LayoutPreference
|
||||||
|
Reference in New Issue
Block a user