From c4de70da365af27a613d6521e0d06fae7cd7ba92 Mon Sep 17 00:00:00 2001 From: Alex Sytnyk Date: Fri, 11 May 2018 14:42:09 +0300 Subject: [PATCH] Increase line space for description --- OsmAnd/res/layout/bottom_sheet_item_with_expandable_descr.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/bottom_sheet_item_with_expandable_descr.xml b/OsmAnd/res/layout/bottom_sheet_item_with_expandable_descr.xml index cb531b78b7..205d670ea3 100644 --- a/OsmAnd/res/layout/bottom_sheet_item_with_expandable_descr.xml +++ b/OsmAnd/res/layout/bottom_sheet_item_with_expandable_descr.xml @@ -12,6 +12,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" + android:lineSpacingMultiplier="@dimen/text_button_line_spacing_multiplier" android:maxLines="3" android:paddingLeft="@dimen/content_padding" android:paddingRight="@dimen/content_padding"