forked from organicmaps/organicmaps
[android] Fixed the order of map navigation buttons in a ladscape mode
This commit is contained in:
parent
c8d1b16846
commit
cc67f45e62
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
android:src="@drawable/ic_zoom_in"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/nav_zoom_out"
|
||||
android:id="@id/nav_zoom_out"
|
||||
style="@style/MwmWidget.MapButton"
|
||||
android:layout_above="@+id/my_position"
|
||||
android:layout_alignParentEnd="true"
|
||||
|
@ -34,7 +34,7 @@
|
|||
android:src="@drawable/ic_zoom_out"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/my_position"
|
||||
android:id="@id/my_position"
|
||||
style="@style/MwmWidget.MapButton"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue