From 4d72564071791da75dd2fc47fa090317836796b2 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sat, 8 Aug 2026 19:49:43 +0200 Subject: [PATCH] Drop deprecated edge-to-edge theme attributes (#123) statusBarColor and navigationBarColor are what Play Console flags, and enableEdgeToEdge() already does the same at runtime. windowLightStatusBar was hardcoded true on a DayNight theme, so the launch window got dark status-bar icons on a dark backdrop until Compose took over. Split it into a values-night variant. --- app/src/main/res/values-night/themes.xml | 8 ++++++++ app/src/main/res/values/themes.xml | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/values-night/themes.xml diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml new file mode 100644 index 0000000..ca6c656 --- /dev/null +++ b/app/src/main/res/values-night/themes.xml @@ -0,0 +1,8 @@ + + + + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 254dfad..fed97fa 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -5,8 +5,6 @@ Compose theme; this is essentially the launch/backdrop theme. -->