From 27e21d8f68db9f79ebc5f0992fbe5de349f0d2c2 Mon Sep 17 00:00:00 2001 From: PavelRatushny Date: Tue, 12 Dec 2017 11:37:46 +0200 Subject: [PATCH] Fix transport item height --- OsmAnd/res/layout/transport_stop_route_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/transport_stop_route_item.xml b/OsmAnd/res/layout/transport_stop_route_item.xml index 68396c3b6a..defa2d355d 100644 --- a/OsmAnd/res/layout/transport_stop_route_item.xml +++ b/OsmAnd/res/layout/transport_stop_route_item.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="@dimen/context_menu_transport_stop_item_height"> + android:layout_height="wrap_content">