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-v31/values.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 res/values-v31/values.xml (limited to 'res/values-v31/values.xml') diff --git a/res/values-v31/values.xml b/res/values-v31/values.xml new file mode 100644 index 0000000..cc31327 --- /dev/null +++ b/res/values-v31/values.xml @@ -0,0 +1,13 @@ + + + + @android:color/system_accent1_400 + @android:color/system_accent1_600 + @android:color/system_neutral1_0 + @android:color/system_neutral1_100 + @android:color/system_neutral1_400 + @android:color/system_neutral1_50 + @android:color/system_neutral1_500 + @android:color/system_neutral1_800 + @android:color/system_neutral1_900 + -- cgit v1.2.3