From 458ed92600e8e2647e4a75c11261533681ca8689 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Thu, 21 Mar 2024 16:27:23 +0800 Subject: [PATCH] Handle the Edge to Edge problem - Fix the navigation bar overlapped problem in sub-pages. - Use a workaround solution to handle Homepage statusbar problem. Bug: 328622648 Fixes: 330217912 Test: manual test Change-Id: I67a65e2af10def84bf743d4d3cd0047098423ffe --- res/values/themes.xml | 3 +++ src/com/android/settings/Utils.java | 25 +++++++++++++++++++ .../settings/core/SettingsBaseActivity.java | 2 ++ 3 files changed, 30 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index b149bb8fd6b..73a7d6769e1 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -192,6 +192,9 @@ @android:color/white + + + true