From d55e046e9c6462e39fc5b4315d0d413fb0fe1cdd Mon Sep 17 00:00:00 2001 From: Dima-1 Date: Mon, 22 Jun 2020 09:57:37 +0300 Subject: [PATCH] Fix #5187 zoom factor and context menu zoom button position on tablet --- OsmAnd/res/layout/map_context_menu_fragment.xml | 8 +++----- OsmAnd/res/layout/map_hud_bottom.xml | 9 +++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/OsmAnd/res/layout/map_context_menu_fragment.xml b/OsmAnd/res/layout/map_context_menu_fragment.xml index 225efaa39b..631a901de4 100644 --- a/OsmAnd/res/layout/map_context_menu_fragment.xml +++ b/OsmAnd/res/layout/map_context_menu_fragment.xml @@ -541,9 +541,7 @@ android:alpha="0"> + android:layout_marginEnd="@dimen/map_button_margin"> @@ -142,7 +142,8 @@ android:layout_gravity="bottom" android:background="@drawable/btn_circle" android:visibility="gone" - tools:src="@drawable/ic_action_remove_dark"/> + tools:src="@drawable/ic_action_remove_dark" + android:contentDescription="@string/snap_to_road" />