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

Commit c9c983cd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update night mode Theme.DeviceDefault.Settings"

parents a5afeee3 830ac2a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ easier.
          -->
    <!-- DeviceDefault theme for a window that should look like the Settings app.  -->
    <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault">
        <item name="windowLightStatusBar">false</item>
        <item name="navigationBarColor">@android:color/black</item>
        <item name="windowLightNavigationBar">false</item>

        <item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
        <item name="colorBackground">@color/primary_dark_device_default_settings</item>