From 593c9f3836d2dab05cdd74272dda4a3addaa8ebd Mon Sep 17 00:00:00 2001 From: Leonardo Ledda Date: Thu, 1 Jan 2026 14:11:37 +0100 Subject: [PATCH] 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 --- Source/Android/app/src/main/res/values/themes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -