Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzatsepin <az@mapswithme.com>2016-11-24 19:21:38 +0300
committerДобрый Ээх <bukharaev@gmail.com>2016-12-09 20:11:35 +0300
commitcc67f45e62e28a37b064361af2c3ad0acb053f43 (patch)
tree074dead245948931b7533209ea0eb142f9aa4f9c /android
parentc8d1b16846135dca1a8823708abe0f5415ccfb85 (diff)
[android] Fixed the order of map navigation buttons in a ladscape mode
Diffstat (limited to 'android')
-rw-r--r--android/res/layout-land/map_navigation_buttons.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout-land/map_navigation_buttons.xml b/android/res/layout-land/map_navigation_buttons.xml
index a0c53aec66..29c0c9a850 100644
--- a/android/res/layout-land/map_navigation_buttons.xml
+++ b/android/res/layout-land/map_navigation_buttons.xml
@@ -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"