[android] Apply M3 Fab theme on position chooser fab

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-09-16 06:57:47 +02:00
committed by Konstantin Pastbin
parent 8cd1b918df
commit 982c2ff8de

View File

@@ -38,6 +38,8 @@
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"
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"