Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42d9a225 authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

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

parents a6e74db8 259dea17
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>