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"