Merge "Fix the background color of the homepage." into sc-dev am: a7c0036a8c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13432402

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6ddddae4c62ae6d4767a60d0d5215098a5c788ab
This commit is contained in:
TreeHugger Robot
2021-01-29 21:01:38 +00:00
committed by Automerger Merge Worker

View File

@@ -222,7 +222,6 @@
<item name="android:windowLightStatusBar">true</item>
<item name="android:navigationBarDividerColor">@*android:color/ripple_material_light</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowBackground">@android:color/white</item>
</style>
<style name="Theme.Settings.ContextualCard" parent="Theme.Settings.Home">