From 32509e40ced42d824bfe59b9d91601191aea43a1 Mon Sep 17 00:00:00 2001 From: androiddevkotlin <64539346+androiddevkotlin@users.noreply.github.com> Date: Wed, 10 Feb 2021 12:33:57 +0200 Subject: [PATCH] scrollbars="none" --- OsmAnd/res/layout/wpt_list_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/wpt_list_item.xml b/OsmAnd/res/layout/wpt_list_item.xml index db24c056ac..1c018bd5d7 100644 --- a/OsmAnd/res/layout/wpt_list_item.xml +++ b/OsmAnd/res/layout/wpt_list_item.xml @@ -103,6 +103,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:maxLines="2" + android:scrollbars="none" android:textColor="@color/wikivoyage_secondary_text" android:textSize="@dimen/default_sub_text_size" osmand:typeface="@string/font_roboto_regular"