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

Commit ea4058d2 authored by Fan Zhang's avatar Fan Zhang
Browse files

Define colorBackground for Theme.DeviceDefault.Settings.

Use device_default_light as colorBackground for Settings theme. The
color is a pass through to background_material_light. Having the
passthrough color make it easier for OEMs to define runtime theme
overlay for background color.

Bug: 69314327
Test: visual
Change-Id: I71cabbf43c20b88fc856cd5bba5a521011d56990
parent 733ce637
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -882,6 +882,7 @@ easier.
        <item name="popupTheme">@style/ThemeOverlay.DeviceDefault.Popup.Light</item>
        <item name="popupTheme">@style/ThemeOverlay.DeviceDefault.Popup.Light</item>


        <!-- Color palette -->
        <!-- Color palette -->
        <item name="colorBackground">@color/background_device_default_light</item>
        <item name="colorPrimary">@color/primary_device_default_settings_light</item>
        <item name="colorPrimary">@color/primary_device_default_settings_light</item>
        <item name="colorPrimaryDark">@color/primary_dark_device_default_settings_light</item>
        <item name="colorPrimaryDark">@color/primary_dark_device_default_settings_light</item>
        <item name="colorSecondary">@color/secondary_device_default_settings_light</item>
        <item name="colorSecondary">@color/secondary_device_default_settings_light</item>