Merge "New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (2/n)."

This commit is contained in:
PETER LIANG
2022-01-11 16:17:04 +00:00
committed by Android (Google) Code Review

View File

@@ -17,6 +17,14 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:persistent="false"
android:title="@string/accessibility_text_reading_options_title">
<SwitchPreference
android:key="toggle_force_bold_text"
android:persistent="false"
android:title="@string/force_bold_text"
settings:keywords="@string/keywords_bold_text"
settings:controller="com.android.settings.accessibility.FontWeightAdjustmentPreferenceController"/>
</PreferenceScreen>