diff --git a/OsmAnd/res/layout/grid_menu_item.xml b/OsmAnd/res/layout/grid_menu_item.xml index 925b4dd888..db4cd1a2df 100644 --- a/OsmAnd/res/layout/grid_menu_item.xml +++ b/OsmAnd/res/layout/grid_menu_item.xml @@ -2,12 +2,12 @@ @@ -15,10 +15,10 @@ android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="16dp" - android:layout_marginLeft="40dp" - android:layout_marginRight="40dp" - android:layout_marginTop="16dp" + android:layout_marginBottom="@dimen/grid_menu_item_bottom_top_margin" + android:layout_marginLeft="@dimen/grid_menu_item_sides_margin" + android:layout_marginRight="@dimen/grid_menu_item_sides_margin" + android:layout_marginTop="@dimen/grid_menu_item_bottom_top_margin" tools:src="@drawable/ic_action_delete_dark" tools:tint="#808080"/> diff --git a/OsmAnd/res/layout/grid_menu_row.xml b/OsmAnd/res/layout/grid_menu_row.xml index 5bbaf1434f..dbfcdd1d89 100644 --- a/OsmAnd/res/layout/grid_menu_row.xml +++ b/OsmAnd/res/layout/grid_menu_row.xml @@ -3,11 +3,11 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="8dp"> + android:paddingTop="@dimen/bottom_sheet_content_padding_small"> diff --git a/OsmAnd/res/values-large/sizes.xml b/OsmAnd/res/values-large/sizes.xml index d321306578..f3f258f86b 100644 --- a/OsmAnd/res/values-large/sizes.xml +++ b/OsmAnd/res/values-large/sizes.xml @@ -175,4 +175,7 @@ 78dp + 180dp + 24dp + 60dp \ No newline at end of file diff --git a/OsmAnd/res/values/sizes.xml b/OsmAnd/res/values/sizes.xml index 8f73163ed6..356ac895fc 100644 --- a/OsmAnd/res/values/sizes.xml +++ b/OsmAnd/res/values/sizes.xml @@ -247,4 +247,8 @@ 48dp 52dp + + 120dp + 16dp + 40dp \ No newline at end of file