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

Commit 259dea17 authored by Peter_Liang's avatar Peter_Liang Committed by PETER LIANG
Browse files

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

Add the "Bold text" feature into the "Text and reading options" settings page.

Bug: 211503117
Test: manual test
Change-Id: Ia421a53d1b57dedbd7ae486f4fd4fb65e5a7127d
parent 40dde37a
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>