Loading res/values/themes.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading
res/values/themes.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"> Loading