From be285ed66b451fce3fe8b88b00a368fb95568cf0 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 10 Jul 2026 08:10:59 -0500 Subject: [PATCH] feat(themes): add new themes.xml for API 29+ and remove deprecated isLightTheme from main themes.xml --- android/app/src/main/res/values-v29/themes.xml | 17 +++++++++++++++++ android/app/src/main/res/values/themes.xml | 2 -- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/res/values-v29/themes.xml diff --git a/android/app/src/main/res/values-v29/themes.xml b/android/app/src/main/res/values-v29/themes.xml new file mode 100644 index 00000000..967225d8 --- /dev/null +++ b/android/app/src/main/res/values-v29/themes.xml @@ -0,0 +1,17 @@ + + + + + diff --git a/android/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml index 39186615..d60c2e82 100644 --- a/android/app/src/main/res/values/themes.xml +++ b/android/app/src/main/res/values/themes.xml @@ -11,7 +11,5 @@ @color/meshchat_canvas @color/meshchat_canvas @color/meshchat_canvas - - false