Settings: Add missing summary for Display size and text

Change-Id: I716020461e7d7e5ee0f1041a07b3a21b700f7650
This commit is contained in:
PainKiller3
2022-09-14 15:08:43 +00:00
committed by Joey
parent 070da71ef9
commit 1392f86fc9
2 changed files with 3 additions and 0 deletions

View File

@@ -5372,6 +5372,8 @@
<string name="accessibility_introduction_title">About <xliff:g id="service" example="Select to Speak">%1$s</xliff:g></string>
<!-- Title for the accessibility preference to adjust the display size, font size, bold text, and high contrast text features. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_options_title">Display size and text</string>
<!-- Summary for the accessibility preference to adjust the display size, font size, bold text, and high contrast text features. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_options_summary">Customize display size, font &amp; text</string>
<!-- Title for the entry of the text reading options. [CHAR LIMIT=NONE] -->
<string name="accessibility_text_reading_options_suggestion_title">Change how text displays</string>
<!-- Subject for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->

View File

@@ -94,6 +94,7 @@
android:key="text_reading_options"
android:persistent="false"
android:title="@string/accessibility_text_reading_options_title"
android:summary="@string/accessibility_text_reading_options_summary"
settings:controller="com.android.settings.accessibility.TextReadingFragmentForDisplaySettingsController"/>
<com.android.settings.display.DensityPreference