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 @@ -