summaryrefslogtreecommitdiff
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:29 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-06-29 02:41:29 +0000
commit6dfdb9aab91391b6578417ebbcb758c8aba62c21 (patch)
treedd1e450fe88a099945445c1ff9f7cb9142c6b3bf /android/app/src/main/AndroidManifest.xml
parent7b52833b4ab2e5f86d7590683b7eea9559cd42b3 (diff)
fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call import in tests
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rw-r--r--android/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index d4ec310..f6bf015 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -7,7 +7,7 @@
<application
android:label="Doot Widget"
- android:theme="@style/Theme.Material3.DayNight"
+ android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:allowBackup="false">
<!-- Settings activity (also the widget config screen) -->