From aa9709fa05adc27c4a1264132342278091edb390 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Thu, 22 Oct 2015 00:15:13 +0200 Subject: [PATCH] Don't display 1048 km --- OsmAnd/res/layout/map_hud_widget.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/OsmAnd/res/layout/map_hud_widget.xml b/OsmAnd/res/layout/map_hud_widget.xml index 0a6538e9aa..6afd33ef7d 100644 --- a/OsmAnd/res/layout/map_hud_widget.xml +++ b/OsmAnd/res/layout/map_hud_widget.xml @@ -1,5 +1,6 @@ @@ -71,7 +72,7 @@ android:layout_gravity="bottom" android:maxLines="1" android:minWidth="10dp" - android:text="1048" + tools:text="1048" android:textColor="@color/color_black" android:textSize="@dimen/map_widget_text_size" /> @@ -89,7 +90,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" - android:text="km" + tools:text="km" android:textColor="@color/color_white" android:textSize="@dimen/map_widget_text_size_small" /> @@ -98,7 +99,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" - android:text="km" + tools:text="km" android:textColor="@color/color_black" android:textSize="@dimen/map_widget_text_size_small" />