From 2ff9954942fb1c5908c46a897bd83ad09851cbed Mon Sep 17 00:00:00 2001 From: PavelRatushny Date: Fri, 20 Oct 2017 16:25:22 +0300 Subject: [PATCH] Fix build --- .../fragment_marker_menu_on_map.xml | 2 +- .../layout/fragment_marker_menu_on_map.xml | 2 +- ...ment_rename_marker_bottom_sheet_dialog.xml | 8 +++---- .../res/layout/marker_menu_on_map_content.xml | 22 +++++++++---------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/OsmAnd/res/layout-land/fragment_marker_menu_on_map.xml b/OsmAnd/res/layout-land/fragment_marker_menu_on_map.xml index 3ca520dc96..6bce2a039d 100644 --- a/OsmAnd/res/layout-land/fragment_marker_menu_on_map.xml +++ b/OsmAnd/res/layout-land/fragment_marker_menu_on_map.xml @@ -22,7 +22,7 @@ diff --git a/OsmAnd/res/layout/marker_menu_on_map_content.xml b/OsmAnd/res/layout/marker_menu_on_map_content.xml index fef10c9dbf..2a3f3e760a 100644 --- a/OsmAnd/res/layout/marker_menu_on_map_content.xml +++ b/OsmAnd/res/layout/marker_menu_on_map_content.xml @@ -16,9 +16,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="@dimen/bottom_sheet_icon_margin" - android:layout_marginLeft="@dimen/bottom_sheet_content_padding" + android:layout_marginLeft="@dimen/content_padding" android:layout_marginRight="@dimen/bottom_sheet_icon_margin" - android:layout_marginStart="@dimen/bottom_sheet_content_padding" + android:layout_marginStart="@dimen/content_padding" tools:src="@drawable/ic_action_flag_dark"/>