Merge "Revert "Update background color for Settings homepage"" into main

This commit is contained in:
Treehugger Robot
2025-02-19 18:10:47 -08:00
committed by Android (Google) Code Review

View File

@@ -199,7 +199,7 @@
<!-- Homepage should follow device default design, the values is same as device default theme.--> <!-- 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:navigationBarColor">@android:color/white</item>
<item name="android:statusBarColor">?attr/colorPrimaryDark</item> <item name="android:statusBarColor">?attr/colorPrimaryDark</item>
<item name="android:colorBackground">@color/settingslib_materialColorSurfaceContainerLow</item> <item name="android:colorBackground">@android:color/system_surface_container_light</item>
</style> </style>
<style name="Theme.Settings.Home.NoAnimation"> <style name="Theme.Settings.Home.NoAnimation">