diff --git a/OsmAnd/res/layout-land/map_hud_bottom.xml b/OsmAnd/res/layout-land/map_hud_bottom.xml index 2fe5df02a2..4144e846bc 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.9" 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.9" 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 a59e633a57..940493919a 100644 --- a/OsmAnd/res/layout/map_hud_bottom.xml +++ b/OsmAnd/res/layout/map_hud_bottom.xml @@ -125,7 +125,8 @@ android:layout_height="fill_parent" android:layout_gravity="bottom" android:gravity="center_horizontal" - android:text="200 m" + android:lineSpacingMultiplier="0.9" + android:text="100 m" android:textSize="@dimen/map_widget_text_size_small" />