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 1/2] 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" From 3979b6ab16f3a0fab3cc54257443e280ccef88b4 Mon Sep 17 00:00:00 2001 From: androiddevkotlin <64539346+androiddevkotlin@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:29:17 +0200 Subject: [PATCH 2/2] Update gpx_track_item.xml --- OsmAnd/res/layout/gpx_track_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/gpx_track_item.xml b/OsmAnd/res/layout/gpx_track_item.xml index 54dd3e9161..69bfbb6119 100644 --- a/OsmAnd/res/layout/gpx_track_item.xml +++ b/OsmAnd/res/layout/gpx_track_item.xml @@ -37,6 +37,7 @@ android:layout_marginRight="@dimen/dialog_content_margin" android:layout_marginEnd="@dimen/dialog_content_margin" android:clickable="false" + android:scrollbars="none" android:focusableInTouchMode="false" />