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-15 17:23:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:45 +0300
commit27ddd7aeaf0ecccbccc4b3f636726efaf9ecf426 (patch)
tree7101da028f1d1c93a8af16e10beae5304d127615 /android/res/layout-land
parent8a0a42f1f92caab122cbbe712ab19928a36dae58 (diff)
Remove debug buttons.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/info_box.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/android/res/layout-land/info_box.xml b/android/res/layout-land/info_box.xml
index 99a0cceb82..da99475089 100644
--- a/android/res/layout-land/info_box.xml
+++ b/android/res/layout-land/info_box.xml
@@ -57,19 +57,6 @@
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>
<FrameLayout