Merge pull request #7727 from osmandapp/Fix_7609

Fix #7609
diff --git a/OsmAnd/res/layout/map_hud_top.xml b/OsmAnd/res/layout/map_hud_top.xml
index 4bed940..6d1c90b 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>