From 8b4f1aa1d7e3f8f5f38d50e80bca1263ad799f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sat, 26 Oct 2024 18:03:20 +0100 Subject: [PATCH] Fix light navbar buttons on light themes for SDK27+ SDK 21 to 27 still needs some work, but we need to review all of this for the edge-to-edge enforced by Android 15 anyway. --- app/src/main/res/values/styles.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3510312e6..78d703e9e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -40,6 +40,8 @@ #4dabf5 ?attr/colorSurface + + true @@ -83,12 +85,14 @@ #4dabf5 ?attr/colorSurface + false @@ -107,6 +111,8 @@ ?attr/colorSurface @style/AppPreferenceThemeOverlay ?attr/colorSurface + + true ?attr/colorPrimary ?attr/colorOnPrimary ?attr/colorPrimaryVariant @@ -127,6 +133,7 @@ ?attr/colorSurface @style/AppPreferenceThemeOverlay ?attr/colorSurface + false ?attr/colorPrimary ?attr/colorOnPrimary ?attr/colorPrimaryVariant @@ -193,6 +200,7 @@