Loading res/xml/accessibility_text_reading_options.xml +8 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
res/xml/accessibility_text_reading_options.xml +8 −0 Original line number Diff line number Diff line Loading @@ -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>