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

Commit 9c0789cb authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Add new DeviceDefault.Light.Voice theme.

Settings uses it now and there's an equivalent Material theme
that was being used.

Bug: 30140567
Change-Id: Ibbf8a313094eee3c3b409479d9fc984005c5032c
parent 5768a5dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -724,6 +724,12 @@ easier.
        <item name="colorAccent">@color/accent_device_default_light</item>
    </style>

    <style name="Theme.DeviceDefault.Light.Voice" parent="Theme.Material.Light.Voice">
        <!-- Color palette -->
        <item name="colorPrimary">@color/primary_device_default_light</item>
        <item name="colorPrimaryDark">@color/primary_dark_device_default_light</item>
        <item name="colorAccent">@color/accent_device_default_light</item>
    </style>

    <!-- DeviceDefault theme for a window that should look like the Settings app.  -->
    <style name="Theme.DeviceDefault.Settings" parent="Theme.Material.Settings">