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
diff --git a/res/values/themes.xml b/res/values/themes.xml
index fc69246..69fa93e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -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">