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:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-10-01 15:45:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:11 +0300
commit1aaee8bb8a89b0063b219018bad220b9a3bdc6ee (patch)
tree4357984e7b80da749c0b18b5bc9604c57023b0e4 /android/res/layout-land
parentc5b35e71b121f2d4d7ab3208f3ae3dcfdf9bae47 (diff)
Temporary buttons for location substitution & routing testing.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/info_box.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/res/layout-land/info_box.xml b/android/res/layout-land/info_box.xml
index 87b3ce5023..5466b09067 100644
--- a/android/res/layout-land/info_box.xml
+++ b/android/res/layout-land/info_box.xml
@@ -56,6 +56,20 @@
android:alpha="@dimen/alpha_edit_button"
android:background="@android:color/transparent"
android:src="@drawable/ic_place_page_edit_button"/>
+
+ <Button
+ android:id="@+id/btn__use_mock_location"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/info_subtitle"
+ android:text="start route from here"/>
+
+ <Button
+ android:id="@+id/btn__dont_use_mock_location"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/btn__use_mock_location"
+ android:text="use gps data for routing"/>
</RelativeLayout>
<ImageView