summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLeonardo Ledda <leonardoledda@gmail.com>2026-01-01 14:11:37 +0100
committerLeonardo Ledda <leonardoledda@gmail.com>2026-01-01 14:11:37 +0100
commit593c9f3836d2dab05cdd74272dda4a3addaa8ebd (patch)
treede316cfe48e97ae1c64dda974841f225331a8eb7 /Source/Android
parent09a0e95efee5edbe62e2f88b27ae079fdc42641d (diff)
Android: Switch to Theme.Material3.DynamicColors
* This fixes some UI elements (3-dot menu background, status bar when scrolling down in settings) not following Material You colors. * It doesn't cause any issues on Android versions without dynamic colors (tested on Android 9, 11, 16) Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/themes.xml b/Source/Android/app/src/main/res/values/themes.xml
index e2e24397b9..efd994af8e 100644
--- a/Source/Android/app/src/main/res/values/themes.xml
+++ b/Source/Android/app/src/main/res/values/themes.xml
@@ -13,7 +13,7 @@
</style>
<!-- Base theme -->
- <style name="Theme.Dolphin" parent="Theme.Material3.DayNight.NoActionBar">
+ <style name="Theme.Dolphin" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
<item name="colorPrimary">@color/dolphin_primary</item>
<item name="colorOnPrimary">@color/dolphin_onPrimary</item>
<item name="colorPrimaryContainer">@color/dolphin_primaryContainer</item>