Revert^2 "Update background color for Settings homepage"

d4a8ebab43

Bug: 317163103
Bug: 391685101
Test: visual test
Flag: EXEMPT bugfix

Change-Id: I4d371e57838b8f2820a33c12c692b8d17e4be2fa
This commit is contained in:
Mill Chen
2025-02-21 09:04:43 -08:00
parent d3b4656bec
commit 14d3093333

View File

@@ -199,7 +199,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">