From d2328d4b9a33469f9adc3fcbe9fab9a28a7e1da8 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 5 Nov 2022 10:13:35 +0100
Subject: Automatic day night theme in settings activity
There seems to be no "DayNight" theme compatible with older version of
android outside of the androidx library.
Using 'Theme.DeviceDefault' which is a dark theme, even if it doesn't
sounds like. Detect if a light theme should be used at activity
creation.
---
AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'AndroidManifest.xml')
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4e29f0c..2489589 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,7 @@
-
+
--
cgit v1.2.3