diff --git a/OsmAnd/res/layout/grid_menu_item.xml b/OsmAnd/res/layout/grid_menu_item.xml index db4cd1a2df..206d2a025b 100644 --- a/OsmAnd/res/layout/grid_menu_item.xml +++ b/OsmAnd/res/layout/grid_menu_item.xml @@ -1,36 +1,35 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="?attr/selectableItemBackgroundBorderless" + android:orientation="vertical" + android:paddingLeft="@dimen/bottom_sheet_content_padding_small" + android:paddingRight="@dimen/bottom_sheet_content_padding_small" + tools:background="#17171A" + tools:layout_gravity="center"> - + - + diff --git a/OsmAnd/res/layout/grid_menu_row.xml b/OsmAnd/res/layout/grid_menu_row.xml index dbfcdd1d89..3f1b8df883 100644 --- a/OsmAnd/res/layout/grid_menu_row.xml +++ b/OsmAnd/res/layout/grid_menu_row.xml @@ -1,33 +1,46 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingTop="@dimen/bottom_sheet_content_padding_small"> - + - + - + - + - + + + + +