Merge "New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (2/n)."
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user