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

Commit 91c14e8c authored by jasonwshsu's avatar jasonwshsu
Browse files

Align dark theme in accessibility page with the dark theme in display page.

Root Cause: Two different behaved dark theme exist in different page

Solution: Align with the dark theme in display page

Bug: 185880142
Test: manual test
Change-Id: If905c1e3e067377a835223d5d5eb2ca426673e49
parent 0ddacf11
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -53,11 +53,13 @@
            settings:controller="com.android.settings.accessibility.ReduceBrightColorsPreferenceController"
            settings:keywords="@string/keywords_reduce_bright_colors"/>

        <SwitchPreference
        <com.android.settings.display.darkmode.DarkModePreference
            android:key="dark_ui_mode_accessibility"
            android:icon="@drawable/ic_dark_ui"
            android:persistent="false"
            android:title="@string/dark_ui_mode"
            android:fragment="com.android.settings.display.darkmode.DarkModeSettingsFragment"
            android:widgetLayout="@null"
            settings:widgetLayout="@null"
            settings:controller="com.android.settings.display.DarkUIPreferenceController"
            settings:searchable="false"/>