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

Commit 97382b3e authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

Merge "Polish and humanize the summary for the High Contrast Text."

parents b63a3564 0f384398
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