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

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

Merge "Add Theme.DeviceDefault.Dialog.Alert.DayNight"

parents 59a2fd81 327b8e8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,9 +63,11 @@ easier.

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

    <style name="Theme.DeviceDefault.DayNight" parent="Theme.DeviceDefault" />

    <style name="ThemeOverlay.DeviceDefault.Accent.DayNight"
           parent="@style/ThemeOverlay.DeviceDefault.Accent" />

</resources>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -1390,6 +1390,8 @@ easier.
        <item name="toolbarStyle">@style/Widget.DeviceDefault.Toolbar</item>
    </style>

    <style name="Theme.DeviceDefault.Dialog.Alert.DayNight" parent="Theme.DeviceDefault.Light.Dialog.Alert" />

    <style name="Theme.DeviceDefault.Light.SearchBar" parent="Theme.Material.Light.SearchBar">
        <!-- Color palette -->
        <item name="colorPrimary">@color/primary_device_default_light</item>