From 24b498e386f84f46d2f3017b399e43d019242ebd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 14 Nov 2025 19:02:25 +0100 Subject: [PATCH] [android] Fix FAB styles not apply Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/feedback_fab.xml | 3 +-- android/app/src/main/res/layout/position_chooser.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/layout/feedback_fab.xml b/android/app/src/main/res/layout/feedback_fab.xml index 42041c892..14241b81c 100644 --- a/android/app/src/main/res/layout/feedback_fab.xml +++ b/android/app/src/main/res/layout/feedback_fab.xml @@ -3,8 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/feedback_fab" - style="MwmWidget.M3.FAB.Primary" - app:shapeAppearance="@style/ShapeAppearanceOverlay.Material3.FloatingActionButton" + style="@style/MwmWidget.M3.FAB.Primary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:contentDescription="@string/feedback" diff --git a/android/app/src/main/res/layout/position_chooser.xml b/android/app/src/main/res/layout/position_chooser.xml index 359dd1df7..2c32a1d58 100644 --- a/android/app/src/main/res/layout/position_chooser.xml +++ b/android/app/src/main/res/layout/position_chooser.xml @@ -38,8 +38,7 @@ android:id="@+id/done" android:layout_width="wrap_content" android:layout_height="wrap_content" - style="MwmWidget.M3.FAB.Primary" - app:shapeAppearance="@style/ShapeAppearanceOverlay.Material3.FloatingActionButton" + style="@style/MwmWidget.M3.FAB.Primary" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" android:contentDescription="@string/save"