summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-01-14 18:54:05 +0100
committerGitHub <noreply@github.com>2026-01-14 18:54:05 +0100
commit01b4f8bcf79a0861d8c9286f1faf570021287520 (patch)
tree3a9d9adcab24d67431afa34af6eea23492b6bb0f /Source/Android
parenta80734138e88267d142eac4891ecd01e9e644df4 (diff)
parent593c9f3836d2dab05cdd74272dda4a3addaa8ebd (diff)
Merge pull request #14245 from LeddaZ/android-materialyou-fix
Android: Switch to Theme.Material3.DynamicColors
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>