From ce9af79a6811308a83fd5cb4272568db6d4cc2b9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Mon, 1 Dec 2025 19:55:16 +0100 Subject: [PATCH] [android] Migrate view on map button to M3 Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/show_on_map_fab.xml | 5 ++--- android/app/src/main/res/values-night/themes.xml | 2 +- android/app/src/main/res/values/styles.xml | 13 +------------ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/android/app/src/main/res/layout/show_on_map_fab.xml b/android/app/src/main/res/layout/show_on_map_fab.xml index 2d1e27803..15553a920 100644 --- a/android/app/src/main/res/layout/show_on_map_fab.xml +++ b/android/app/src/main/res/layout/show_on_map_fab.xml @@ -6,9 +6,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:contentDescription="@string/search_show_on_map" - style="@style/FAB" + style="@style/MwmWidget.ExtendedFAB" app:icon="@drawable/ic_show_on_map" android:text="@string/search_show_on_map" android:clickable="true" - android:focusable="true" - app:fabSize="mini"/> + android:focusable="true" /> diff --git a/android/app/src/main/res/values-night/themes.xml b/android/app/src/main/res/values-night/themes.xml index 6bd0730eb..65152f9ed 100644 --- a/android/app/src/main/res/values-night/themes.xml +++ b/android/app/src/main/res/values-night/themes.xml @@ -1,7 +1,7 @@ -