[android] Fix FAB styles not apply

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-11-14 19:02:25 +01:00
committed by jeanbaptisteC
parent 0a0bb61942
commit 24b498e386
2 changed files with 2 additions and 4 deletions

View File

@@ -3,8 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/feedback_fab" android:id="@+id/feedback_fab"
style="MwmWidget.M3.FAB.Primary" style="@style/MwmWidget.M3.FAB.Primary"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Material3.FloatingActionButton"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:contentDescription="@string/feedback" android:contentDescription="@string/feedback"

View File

@@ -38,8 +38,7 @@
android:id="@+id/done" android:id="@+id/done"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="MwmWidget.M3.FAB.Primary" style="@style/MwmWidget.M3.FAB.Primary"
app:shapeAppearance="@style/ShapeAppearanceOverlay.Material3.FloatingActionButton"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp" android:layout_marginBottom="16dp"
android:contentDescription="@string/save" android:contentDescription="@string/save"