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

Commit 0dc35593 authored by Mill Chen's avatar Mill Chen
Browse files

Update background color for Settings homepage

Fix: 317163103
Test: visual verify
Flag: EXEMPT bug fix
Change-Id: I121dc44181c9c3d6cd1b46ee444371050337186b
parent 693d6946
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@
        <!-- Homepage should follow device default design, the values is same as device default theme.-->
        <item name="android:navigationBarColor">@android:color/white</item>
        <item name="android:statusBarColor">?attr/colorPrimaryDark</item>
        <item name="android:colorBackground">@android:color/system_surface_container_light</item>
        <item name="android:colorBackground">@color/settingslib_materialColorSurfaceContainerLow</item>
    </style>

    <style name="Theme.Settings.Home.NoAnimation">