new: add theme support with GwenedegTheme to take dark mode into account

This commit is contained in:
2026-06-11 18:06:16 +02:00
parent 0c6e620c3f
commit 627eff3b0a
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.NoActionBar">
android:theme="@android:style/Theme.Material.NoActionBar">
<activity
android:exported="true"
android:name=".MainActivity">