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

Commit e845463a authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Update Home settings nav bar color.

Updated the Hime settings nav bar color to match that of the wallpaper picker app.

Test: manual

fixes: 183396026
Change-Id: Id2302a553c5ddf645d497cb832608efecb3e70ad
parent adfbdcf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
    </style>

    <style name="HomeSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings">
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="android:navigationBarColor">?android:colorPrimaryDark</item>
        <item name="preferenceTheme">@style/HomeSettingsPreferenceTheme</item>
    </style>