diff --git a/android/res/drawable-land/bg_circle_panel.xml b/android/res/drawable/bg_search_wheel_background_rect.xml similarity index 100% rename from android/res/drawable-land/bg_circle_panel.xml rename to android/res/drawable/bg_search_wheel_background_rect.xml diff --git a/android/res/drawable-land/bg_circle_panel_night.xml b/android/res/drawable/bg_search_wheel_background_rect_night.xml similarity index 100% rename from android/res/drawable-land/bg_circle_panel_night.xml rename to android/res/drawable/bg_search_wheel_background_rect_night.xml diff --git a/android/res/drawable/bg_circle_panel.xml b/android/res/drawable/bg_search_wheel_background_round.xml similarity index 100% rename from android/res/drawable/bg_circle_panel.xml rename to android/res/drawable/bg_search_wheel_background_round.xml diff --git a/android/res/drawable/bg_circle_panel_night.xml b/android/res/drawable/bg_search_wheel_background_round_night.xml similarity index 100% rename from android/res/drawable/bg_circle_panel_night.xml rename to android/res/drawable/bg_search_wheel_background_round_night.xml diff --git a/android/res/layout-land/map_buttons_layout_navigation.xml b/android/res/layout-h400dp/map_buttons_layout_navigation.xml similarity index 93% rename from android/res/layout-land/map_buttons_layout_navigation.xml rename to android/res/layout-h400dp/map_buttons_layout_navigation.xml index c0e4253148..a361afd6c2 100644 --- a/android/res/layout-land/map_buttons_layout_navigation.xml +++ b/android/res/layout-h400dp/map_buttons_layout_navigation.xml @@ -5,6 +5,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false" tools:background="@color/bg_primary"> diff --git a/android/res/layout-land/map_buttons_layout_planning.xml b/android/res/layout-h400dp/map_buttons_layout_planning.xml similarity index 86% rename from android/res/layout-land/map_buttons_layout_planning.xml rename to android/res/layout-h400dp/map_buttons_layout_planning.xml index 0f53774e9d..e87ef2c496 100644 --- a/android/res/layout-land/map_buttons_layout_planning.xml +++ b/android/res/layout-h400dp/map_buttons_layout_planning.xml @@ -5,6 +5,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false" tools:background="@color/bg_primary"> + app:layout_constraintStart_toStartOf="parent"> + app:layout_constraintEnd_toEndOf="parent"> + app:layout_constraintEnd_toEndOf="parent" /> \ No newline at end of file diff --git a/android/res/layout-land/map_buttons_layout_regular.xml b/android/res/layout-h400dp/map_buttons_layout_regular.xml similarity index 95% rename from android/res/layout-land/map_buttons_layout_regular.xml rename to android/res/layout-h400dp/map_buttons_layout_regular.xml index cff7fda11c..ee6753064a 100644 --- a/android/res/layout-land/map_buttons_layout_regular.xml +++ b/android/res/layout-h400dp/map_buttons_layout_regular.xml @@ -41,16 +41,16 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - app:layout_constraintBottom_toBottomOf="parent" + android:layout_marginBottom="@dimen/margin_half" + app:layout_constraintBottom_toTopOf="@+id/my_position" app:layout_constraintEnd_toEndOf="parent" /> + app:layout_constraintEnd_toEndOf="parent" /> - + - + diff --git a/android/res/layout/map_buttons_layout_navigation.xml b/android/res/layout/map_buttons_layout_navigation.xml index 9f8fa08d9f..ad4f432b53 100644 --- a/android/res/layout/map_buttons_layout_navigation.xml +++ b/android/res/layout/map_buttons_layout_navigation.xml @@ -5,6 +5,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false" tools:background="@color/bg_primary"> + app:layout_constraintStart_toEndOf="@+id/btn_search" /> diff --git a/android/res/layout/map_buttons_layout_planning.xml b/android/res/layout/map_buttons_layout_planning.xml index 0ffdd6fadf..fa61856827 100644 --- a/android/res/layout/map_buttons_layout_planning.xml +++ b/android/res/layout/map_buttons_layout_planning.xml @@ -5,6 +5,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false" tools:background="@color/bg_primary"> + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="parent"> + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintRight_toRightOf="parent"> + app:layout_constraintEnd_toStartOf="@+id/zoom_buttons_container" /> \ No newline at end of file diff --git a/android/res/layout/map_buttons_layout_regular.xml b/android/res/layout/map_buttons_layout_regular.xml index ab7b0a29b9..cff7fda11c 100644 --- a/android/res/layout/map_buttons_layout_regular.xml +++ b/android/res/layout/map_buttons_layout_regular.xml @@ -5,6 +5,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:clipChildren="false" + android:clipToPadding="false" tools:background="@color/bg_primary"> + app:layout_constraintEnd_toStartOf="@+id/zoom_buttons_container" /> - + - + diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml index d6eca6cb95..0e5a2387e6 100644 --- a/android/res/values/dimens.xml +++ b/android/res/values/dimens.xml @@ -133,6 +133,7 @@ 48dp 12dp 0dp + 70sp 54sp 64dp 360dp diff --git a/android/res/values/themes-attrs.xml b/android/res/values/themes-attrs.xml index b8d09e3bb9..f2edbb1b54 100644 --- a/android/res/values/themes-attrs.xml +++ b/android/res/values/themes-attrs.xml @@ -46,7 +46,8 @@ - + + diff --git a/android/res/values/themes-base.xml b/android/res/values/themes-base.xml index ca47b615d1..8d8a720bfa 100644 --- a/android/res/values/themes-base.xml +++ b/android/res/values/themes-base.xml @@ -76,7 +76,8 @@ @drawable/anim_spinner_pending @drawable/anim_traffic_loading - @style/MwmTheme.NavButtons + @style/MwmTheme.NavButtonsRect + @style/MwmTheme.NavButtonsRound @style/MwmTheme.Downloader @style/MwmTheme.Navigation @@ -252,7 +253,8 @@ @drawable/anim_spinner_pending @drawable/anim_traffic_loading_night - @style/MwmTheme.NavButtons.Night + @style/MwmTheme.NavButtonsRect.Night + @style/MwmTheme.NavButtonsRound.Night @style/MwmTheme.Downloader.Night @style/MwmTheme.Navigation.Night diff --git a/android/res/values/themes.xml b/android/res/values/themes.xml index 29a130c14b..7cce3ae197 100644 --- a/android/res/values/themes.xml +++ b/android/res/values/themes.xml @@ -160,12 +160,20 @@ @drawable/ic_downloader_folder_done_night - - + + + +