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

Commit 210c3981 authored by Fan Zhang's avatar Fan Zhang
Browse files

Allow Settings theme override colorPrimaryDark by OEMs.

Bug: 116346521
Test: visual
Change-Id: I6ed097bd75ddf4d8eb33c29aab78339c9f6d5ae9
parent 002f63d0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ easier.
         {@code TextAppearance.DeviceDefault.Widget.PopupMenu.Large}).</p>
          -->
    <!-- DeviceDefault theme for a window that should look like the Settings app.  -->
    <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault"/>
    <style name="Theme.DeviceDefault.Settings" parent="Theme.DeviceDefault">
        <item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
    </style>

    <!-- Theme for the dialog shown when an app crashes or ANRs. -->
    <style name="Theme.DeviceDefault.Dialog.AppError" parent="Theme.DeviceDefault.Dialog.Alert" />