Settings: Add missing summary for Display size and text
Change-Id: I716020461e7d7e5ee0f1041a07b3a21b700f7650
This commit is contained in:
@@ -5372,6 +5372,8 @@
|
|||||||
<string name="accessibility_introduction_title">About <xliff:g id="service" example="Select to Speak">%1$s</xliff:g></string>
|
<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] -->
|
<!-- 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>
|
<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 & text</string>
|
||||||
<!-- Title for the entry of the text reading options. [CHAR LIMIT=NONE] -->
|
<!-- 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>
|
<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] -->
|
<!-- Subject for the mail content of the accessibility text reading preview. [CHAR LIMIT=NONE] -->
|
||||||
|
|||||||
@@ -94,6 +94,7 @@
|
|||||||
android:key="text_reading_options"
|
android:key="text_reading_options"
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:title="@string/accessibility_text_reading_options_title"
|
android:title="@string/accessibility_text_reading_options_title"
|
||||||
|
android:summary="@string/accessibility_text_reading_options_summary"
|
||||||
settings:controller="com.android.settings.accessibility.TextReadingFragmentForDisplaySettingsController"/>
|
settings:controller="com.android.settings.accessibility.TextReadingFragmentForDisplaySettingsController"/>
|
||||||
|
|
||||||
<com.android.settings.display.DensityPreference
|
<com.android.settings.display.DensityPreference
|
||||||
|
|||||||
Reference in New Issue
Block a user