From 9a22f22a09384616e993680a2296d00b3d181486 Mon Sep 17 00:00:00 2001 From: Chumva Date: Tue, 6 Mar 2018 17:45:18 +0200 Subject: [PATCH] adden visibility="gone" to checkbox --- OsmAnd/res/layout/gpx_track_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/gpx_track_item.xml b/OsmAnd/res/layout/gpx_track_item.xml index d3d1e9e9e0..1766af34be 100644 --- a/OsmAnd/res/layout/gpx_track_item.xml +++ b/OsmAnd/res/layout/gpx_track_item.xml @@ -30,7 +30,8 @@ android:paddingRight="@dimen/dialog_content_margin" android:clickable="false" android:focusable="false" - android:focusableInTouchMode="false" /> + android:focusableInTouchMode="false" + android:visibility="gone"/>