From be8bfb799221f764e175708b497c1892225c9090 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 19 Nov 2015 09:32:50 +0100 Subject: [PATCH] fix textZoom positioning --- OsmAnd/res/layout/map_hud_bottom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/res/layout/map_hud_bottom.xml b/OsmAnd/res/layout/map_hud_bottom.xml index 940493919a..b1163007ff 100644 --- a/OsmAnd/res/layout/map_hud_bottom.xml +++ b/OsmAnd/res/layout/map_hud_bottom.xml @@ -57,6 +57,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top|center" + android:gravity="center_horizontal" android:layout_marginTop="3dp" android:textSize="@dimen/map_button_text_size" />