diff --git a/OsmAnd/res/layout/preference_with_descr.xml b/OsmAnd/res/layout/preference_with_descr.xml index 1cbe632f2c..ca4938a51d 100644 --- a/OsmAnd/res/layout/preference_with_descr.xml +++ b/OsmAnd/res/layout/preference_with_descr.xml @@ -56,6 +56,7 @@ android:layout_height="wrap_content" android:letterSpacing="@dimen/description_letter_spacing" android:maxLines="4" + android:scrollbars="none" android:textColor="?android:textColorSecondary" android:textSize="@dimen/default_desc_text_size" osmand:typeface="@string/font_roboto_regular" /> diff --git a/OsmAnd/res/xml/voice_announces.xml b/OsmAnd/res/xml/voice_announces.xml index ee864c0dee..154574399c 100644 --- a/OsmAnd/res/xml/voice_announces.xml +++ b/OsmAnd/res/xml/voice_announces.xml @@ -91,12 +91,10 @@ android:layout="@layout/preference_with_descr" android:title="@string/arrival_distance" /> -