summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/values/themes.xml')
-rw-r--r--android/app/src/main/res/values/themes.xml5
1 files changed, 5 insertions, 0 deletions
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>