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

Commit 79163d22 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Allow SmartDark when not in dark mode

Test: visual
Bug: 126925267
Change-Id: I95687e3b774513fd14d1d5c9d71359af3e71fd0c
parent 71a6e6d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
        <item name="colorError">@color/error_color_device_default_dark</item>
        <item name="colorControlNormal">?attr/textColorPrimary</item>
        <item name="alertDialogTheme">@style/Theme.DeviceDefault.Dialog.Alert</item>
        <item name="forceDarkAllowed">false</item>

        <!-- QS panel background -->
        <item name="colorBackgroundFloating">@color/black</item>
+0 −1
Original line number Diff line number Diff line
@@ -285,7 +285,6 @@
        <item name="*android:lockPatternStyle">@style/LockPatternStyle</item>
        <item name="passwordStyle">@style/PasswordTheme</item>
        <item name="backgroundProtectedStyle">@style/BackgroundProtectedStyle</item>
        <item name="android:forceDarkAllowed">false</item>

        <!-- Needed for MediaRoute chooser dialog -->
        <item name="*android:isLightTheme">false</item>