aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar <vitaminkuna@gmail.com>2019-10-23 12:52:08 +0300
committerNazar <vitaminkuna@gmail.com>2019-10-23 12:52:08 +0300
commitc3417582a6b043579523578f0b59db68d48ee88b (patch)
treeed8f3432752dd762db7e636147c6a8fec185f16a
parent9bb3f1636ae3a374f5f99a9eb39abfcd49519753 (diff)
downloadOsmand-c3417582a6b043579523578f0b59db68d48ee88b.tar.gz
Fix #7609
-rw-r--r--OsmAnd/res/layout/map_hud_top.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OsmAnd/res/layout/map_hud_top.xml b/OsmAnd/res/layout/map_hud_top.xml
index 4bed940040..e949f9fb22 100644
--- a/OsmAnd/res/layout/map_hud_top.xml
+++ b/OsmAnd/res/layout/map_hud_top.xml
@@ -234,6 +234,7 @@
android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height"
android:background="@drawable/btn_circle_transparent"
+ android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/>
<ImageButton
@@ -242,6 +243,7 @@
android:layout_width="@dimen/map_address_height"
android:layout_height="@dimen/map_address_height"
android:background="@drawable/bottom_shadow"
+ android:layout_gravity="center_vertical"
tools:src="@drawable/ic_action_test_light"/>
</LinearLayout>
</FrameLayout>