From 3b4aa33ff3744c5de77dc90c0962e7540f1e2afc Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 18 Jan 2026 17:28:10 +0100 Subject: Fix crash when using the Monet themes on Android 9 (#1155) The color resources starting with `@android:color/system_` are not available on API < 31. No effort is made to implement the Monet feature on Android 9. Instead, the monet themes look like the Dark and Light themes.--- res/values/values.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'res/values/values.xml') diff --git a/res/values/values.xml b/res/values/values.xml index 18155a8..9f23212 100644 --- a/res/values/values.xml +++ b/res/values/values.xml @@ -9,4 +9,15 @@ 8dp false + + #3399ff + #33cc33 + #ffffff + #e3e3e3 + #cccccc + #cccccc + #333333 + #333333 + #1b1b1b -- cgit v1.2.3