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

Commit 8737e01d authored by Hai Zhang's avatar Hai Zhang
Browse files

[Expressive Design] Retain the initial 25Q2 release background color for v36 theme

Because it is not safe to ship a color update via Mainline to any
released platform, while the old color is in 25Q2 release right now.

To do such updates safely, they need to require an opt-in from the
platform, e.g. only be done when an exported feature flag hosted in the
platform is enabled.

Bug: 408996309
Test; manual
Flag: EXEMPT bug fix
Change-Id: Ie6119665c76176a5db9c765bd350910a575bf576
parent 6cb58a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<resources>
    <style name="Theme.SettingsBase_v36" parent="Theme.SettingsBase_v33" >
        <item name="android:colorAccent">@color/settingslib_materialColorPrimary</item>
        <item name="android:colorBackground">@color/settingslib_materialColorSurfaceContainerLowest</item>
        <item name="android:colorBackground">@color/settingslib_materialColorSurfaceContainer</item>
        <item name="android:textColorPrimary">@color/settingslib_materialColorOnSurface</item>
        <item name="android:textColorSecondary">@color/settingslib_text_color_secondary</item>
        <item name="android:textColorTertiary">@color/settingslib_materialColorOutline</item>