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

Commit f53c3884 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Specify colorBackgroundFloating for DeviceDefault.

This has no behavior change as the default value for the DeviceDefault
color is the same as Theme.Material; this just allows us to override
this color in an overlay without overriding the entire theme.

Bug: 119678463
Test: manual
Change-Id: Ie9955c811b43aac677e784b6ece96cfd12641966
parent a37ca569
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ easier.
        <item name="colorPrimaryDark">@color/primary_dark_device_default_dark</item>
        <item name="colorAccent">@color/accent_device_default_dark</item>
        <item name="colorError">@color/error_color_device_default_dark</item>

        <item name="colorBackgroundFloating">@color/background_floating_device_default_dark</item>
    </style>

    <style name="Theme.DeviceDefault" parent="Theme.DeviceDefaultBase" />
@@ -936,6 +936,7 @@ easier.
        <item name="colorPrimaryDark">@color/primary_dark_device_default_light</item>
        <item name="colorAccent">@color/accent_device_default_light</item>
        <item name="colorError">@color/error_color_device_default_light</item>
        <item name="colorBackgroundFloating">@color/background_floating_device_default_light</item>
    </style>

    <!-- Variant of the DeviceDefault (light) theme that has a solid (opaque) action bar with an