Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f384398 authored by Peter_Liang's avatar Peter_Liang
Browse files

Polish and humanize the summary for the High Contrast Text.

- Add new summary string.

Bug: 219163254
Test: manual test
Change-Id: I4902452b1c0f53e8e6a74b8529139a2d7c1cdeaf
parent 461b94a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5386,6 +5386,8 @@
    <string name="accessibility_button_high_label">Non-transparent</string>
    <!-- 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>
    <!-- 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] -->
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Auto
        update screen magnification</string>
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
    <SwitchPreference
        android:key="toggle_high_text_contrast_preference"
        android:persistent="false"
        android:summary="@string/accessibility_toggle_high_text_contrast_preference_summary"
        android:title="@string/accessibility_toggle_high_text_contrast_preference_title" />

    <com.android.settingslib.widget.LayoutPreference