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"