From c83d806cce7cfbeb958a8c692cc0e7f54e81c937 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 19 Nov 2015 00:56:02 +0100 Subject: [PATCH] fix Issue 1931 --- OsmAnd/res/layout-land/map_hud_bottom.xml | 2 ++ OsmAnd/res/layout/map_hud_bottom.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/OsmAnd/res/layout-land/map_hud_bottom.xml b/OsmAnd/res/layout-land/map_hud_bottom.xml index 2fe5df02a2..1a7d82b199 100644 --- a/OsmAnd/res/layout-land/map_hud_bottom.xml +++ b/OsmAnd/res/layout-land/map_hud_bottom.xml @@ -133,6 +133,7 @@ android:layout_height="fill_parent" android:layout_gravity="bottom" android:gravity="center_horizontal" + android:lineSpacingMultiplier="0.8" android:text="100 m" android:textSize="@dimen/map_widget_text_size_small" /> @@ -142,6 +143,7 @@ android:layout_height="fill_parent" android:layout_gravity="bottom" android:gravity="center_horizontal" + android:lineSpacingMultiplier="0.8" android:text="100 m" android:textSize="@dimen/map_widget_text_size_small" /> diff --git a/OsmAnd/res/layout/map_hud_bottom.xml b/OsmAnd/res/layout/map_hud_bottom.xml index ec688dfabd..6ecad34f26 100644 --- a/OsmAnd/res/layout/map_hud_bottom.xml +++ b/OsmAnd/res/layout/map_hud_bottom.xml @@ -125,7 +125,7 @@ android:layout_height="fill_parent" android:layout_gravity="bottom" android:gravity="center_horizontal" - android:lineSpacingMultiplier="0.8" + android:lineSpacingMultiplier="0.8" android:text="100 m" android:textSize="@dimen/map_widget_text_size_small" /> @@ -135,7 +135,7 @@ android:layout_height="fill_parent" android:layout_gravity="bottom" android:gravity="center_horizontal" - android:lineSpacingMultiplier="0.8" + android:lineSpacingMultiplier="0.8" android:text="100 m" android:textSize="@dimen/map_widget_text_size_small" />