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

Commit b7b34cce 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

am: fe137a86

Change-Id: I546631bf8cfabb78f69982cbbd483303ecda00a7
parents 114d2800 fe137a86
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">