From c88f59eb753221d348e2293eadbc446a53a89bd7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 2 Dec 2025 17:53:47 +0100 Subject: [PATCH] [android] Migrate Pop up Menu to Material 3 Signed-off-by: Jean-Baptiste --- android/app/src/main/res/values-night/themes.xml | 2 +- android/app/src/main/res/values/themes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values-night/themes.xml b/android/app/src/main/res/values-night/themes.xml index 65152f9ed..7db179ede 100644 --- a/android/app/src/main/res/values-night/themes.xml +++ b/android/app/src/main/res/values-night/themes.xml @@ -111,7 +111,7 @@ @drawable/ic_ascent @drawable/ic_triangle_elevation @color/elevation_profile - @style/PopupMenu + @style/Widget.Material3.PopupMenu @style/MwmWidget.BottomSheet @style/MwmTheme.BottomSheetDialog diff --git a/android/app/src/main/res/values/themes.xml b/android/app/src/main/res/values/themes.xml index 6b63b0a5c..c06330815 100644 --- a/android/app/src/main/res/values/themes.xml +++ b/android/app/src/main/res/values/themes.xml @@ -116,7 +116,7 @@ @drawable/ic_ascent @drawable/ic_triangle_elevation @color/elevation_profile - @style/PopupMenu + @style/Widget.Material3.PopupMenu @style/MwmWidget.BottomSheet