[android] Rolled back the myposition/zoomin/zoomout alignment to the bottom

This commit is contained in:
alexzatsepin 2016-11-29 20:13:45 +03:00
parent ad8aee6746
commit e1a3334e1a

View file

@ -43,8 +43,8 @@
style="@style/MwmWidget.MapButton"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="@dimen/menu_line_height"
android:layout_below="@id/nav_zoom_out"
android:layout_marginTop="@dimen/margin_double"
android:contentDescription="@string/my_position"
android:tint="@null"/>
</RelativeLayout>