From d482b6101d9a71d60985a9f20d37f1a87941a791 Mon Sep 17 00:00:00 2001 From: Alexander Sytnyk Date: Mon, 5 Feb 2018 12:16:26 +0200 Subject: [PATCH] Increase add waypoint menu item height --- .../layout/fragment_add_waypoint_bottom_sheet_dialog.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OsmAnd/res/layout/fragment_add_waypoint_bottom_sheet_dialog.xml b/OsmAnd/res/layout/fragment_add_waypoint_bottom_sheet_dialog.xml index 4fccb2edb8..6afb08ce0a 100644 --- a/OsmAnd/res/layout/fragment_add_waypoint_bottom_sheet_dialog.xml +++ b/OsmAnd/res/layout/fragment_add_waypoint_bottom_sheet_dialog.xml @@ -36,7 +36,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:minHeight="@dimen/bottom_sheet_list_item_height" + android:minHeight="@dimen/bottom_sheet_selected_item_title_height" android:paddingEnd="@dimen/content_padding" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding" @@ -94,7 +94,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:minHeight="@dimen/bottom_sheet_list_item_height" + android:minHeight="@dimen/bottom_sheet_selected_item_title_height" android:paddingEnd="@dimen/content_padding" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding" @@ -142,7 +142,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:minHeight="@dimen/bottom_sheet_list_item_height" + android:minHeight="@dimen/bottom_sheet_selected_item_title_height" android:paddingEnd="@dimen/content_padding" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding" @@ -190,7 +190,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:minHeight="@dimen/bottom_sheet_list_item_height" + android:minHeight="@dimen/bottom_sheet_selected_item_title_height" android:paddingEnd="@dimen/content_padding" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding"