From bf1cfb8034c4ca7e2e89995fb72bf860e8ce4bb9 Mon Sep 17 00:00:00 2001 From: Dima-1 Date: Mon, 30 Dec 2019 15:27:45 +0200 Subject: [PATCH] Fix Strange hyphenation (too big right padding?) --- OsmAnd/res/layout/favorites_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/res/layout/favorites_list_item.xml b/OsmAnd/res/layout/favorites_list_item.xml index 70093c1cd7..56f4ab5bd9 100644 --- a/OsmAnd/res/layout/favorites_list_item.xml +++ b/OsmAnd/res/layout/favorites_list_item.xml @@ -112,7 +112,7 @@ android:layout_marginLeft="@dimen/dashFavIconMargin" android:background="?attr/dashboard_button" android:src="@drawable/ic_action_test_light" - android:visibility="invisible"/> + android:visibility="gone"/>