diff --git a/OsmAnd/res/layout/bottom_sheet_double_item.xml b/OsmAnd/res/layout/bottom_sheet_double_item.xml index af9d8a73fe..6fc30d0a85 100644 --- a/OsmAnd/res/layout/bottom_sheet_double_item.xml +++ b/OsmAnd/res/layout/bottom_sheet_double_item.xml @@ -78,9 +78,9 @@ android:layout_height="@dimen/standard_icon_size" android:layout_gravity="center_vertical" android:layout_marginEnd="@dimen/bottom_sheet_icon_margin" - android:layout_marginLeft="@dimen/bottom_sheet_content_margin_small" + android:layout_marginLeft="@dimen/content_padding" android:layout_marginRight="@dimen/bottom_sheet_icon_margin" - android:layout_marginStart="@dimen/bottom_sheet_content_margin_small" + android:layout_marginStart="@dimen/content_padding" tools:src="@drawable/ic_action_info_dark" />