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

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

Merge "Allow Settings theme override colorPrimaryDark by OEMs."

parents 2b81dcb0 210c3981
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" />