summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/values')
-rw-r--r--android/app/src/main/res/values/strings.xml2
-rw-r--r--android/app/src/main/res/values/themes.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 2e4e6fc..7224a8a 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">Doot Widget</string>
+ <string name="app_name">doot</string>
</resources>
diff --git a/android/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml
index ef88823..0a3e5d3 100644
--- a/android/app/src/main/res/values/themes.xml
+++ b/android/app/src/main/res/values/themes.xml
@@ -8,4 +8,9 @@
<item name="android:windowNoTitle">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
+
+ <!-- DashboardActivity draws its own Compose TopAppBar; without this, the
+ app-wide DayNight theme's native ActionBar renders as a second bar
+ above it. -->
+ <style name="Theme.Dashboard" parent="android:Theme.DeviceDefault.NoActionBar" />
</resources>