From 21985b160e6f4f1baa80c4e745c5903b164e61e5 Mon Sep 17 00:00:00 2001 From: Ido Ben-Hur Date: Mon, 21 Oct 2024 12:03:22 +0300 Subject: [PATCH] Settings: Use the same color we use for background for statusbar Also make sure navbar is transparent Fix applies to both dark and light themes --- res/values-night/themes.xml | 4 ++-- res/values/themes.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml index 0183cbebbf0..4da7634757a 100644 --- a/res/values-night/themes.xml +++ b/res/values-night/themes.xml @@ -22,8 +22,8 @@ @*android:color/primary_dark_device_default_settings @color/legacy_settingslib_materialColorSurfaceContainer - @android:color/black - ?attr/colorPrimaryDark + @android:color/transparent + @color/settingslib_materialColorSurfaceContainerLow