From 10a887af3f25719ab68b2d810d6507015d4aabce Mon Sep 17 00:00:00 2001 From: Chumva Date: Thu, 26 Sep 2019 11:59:49 +0300 Subject: [PATCH] Remove max lines from preferences --- OsmAnd/res/layout/preference_radio_button.xml | 1 - OsmAnd/res/layout/preference_with_descr_dialog_and_switch.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/OsmAnd/res/layout/preference_radio_button.xml b/OsmAnd/res/layout/preference_radio_button.xml index 2dfe84989f..fb06767ffd 100644 --- a/OsmAnd/res/layout/preference_radio_button.xml +++ b/OsmAnd/res/layout/preference_radio_button.xml @@ -52,7 +52,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:letterSpacing="@dimen/description_letter_spacing" - android:maxLines="4" android:paddingBottom="@dimen/gpx_small_text_margin" android:textColor="?android:textColorSecondary" android:textSize="@dimen/default_list_text_size" diff --git a/OsmAnd/res/layout/preference_with_descr_dialog_and_switch.xml b/OsmAnd/res/layout/preference_with_descr_dialog_and_switch.xml index e60132841a..9ee9933fe4 100644 --- a/OsmAnd/res/layout/preference_with_descr_dialog_and_switch.xml +++ b/OsmAnd/res/layout/preference_with_descr_dialog_and_switch.xml @@ -48,7 +48,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:letterSpacing="@dimen/description_letter_spacing" - android:maxLines="4" android:textColor="?android:textColorSecondary" android:textSize="@dimen/default_desc_text_size" osmand:typeface="@string/font_roboto_regular" />