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

Commit fe137a86 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by android-build-merger
Browse files

Merge \"Add new DeviceDefault.Light.Voice theme.\" into nyc-mr1-dev

am: d7a59636

Change-Id: Ib920e93d640f616e44e2288f63ce18d817abaec0
parents 7baf1b84 d7a59636
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">