From a9018f49fdb97c2ff2252c25275202acbfb644e2 Mon Sep 17 00:00:00 2001 From: Skalii Date: Tue, 26 Jan 2021 16:53:54 +0200 Subject: [PATCH] fix background crops in 360dp width device --- OsmAnd/res/layout/gpx_overview_fragment.xml | 57 +++++++++++---------- OsmAnd/res/layout/item_gpx_action.xml | 10 ++-- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/OsmAnd/res/layout/gpx_overview_fragment.xml b/OsmAnd/res/layout/gpx_overview_fragment.xml index 3c5fe507c7..426633eb83 100644 --- a/OsmAnd/res/layout/gpx_overview_fragment.xml +++ b/OsmAnd/res/layout/gpx_overview_fragment.xml @@ -48,55 +48,60 @@ - - - - - - - diff --git a/OsmAnd/res/layout/item_gpx_action.xml b/OsmAnd/res/layout/item_gpx_action.xml index dce94e951b..8b68dd681b 100644 --- a/OsmAnd/res/layout/item_gpx_action.xml +++ b/OsmAnd/res/layout/item_gpx_action.xml @@ -1,13 +1,15 @@ + android:minHeight="@dimen/context_menu_controller_height" + android:minWidth="@dimen/context_menu_top_right_button_min_width" + android:layout_width="@dimen/fab_recycler_view_padding_bottom" + android:layout_height="@dimen/setting_list_item_small_height">