2010-04-28 00:13:20 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-04-29 01:32:03 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-04-28 00:13:20 +02:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
2010-05-02 13:31:19 +02:00
|
|
|
android:layout_height="fill_parent">
|
2010-05-05 11:31:54 +02:00
|
|
|
<com.osmand.views.OsmandMapTileView android:id="@+id/MapView" android:layout_width="fill_parent" android:layout_height="fill_parent"></com.osmand.views.OsmandMapTileView>
|
2010-06-07 20:00:37 +02:00
|
|
|
<com.osmand.views.OsmZoomControls android:id="@+id/ZoomControls"
|
|
|
|
android:layout_width="100dp" android:layout_height="wrap_content" android:layout_gravity="bottom|right">></com.osmand.views.OsmZoomControls >
|
2010-05-06 00:29:58 +02:00
|
|
|
|
2010-06-03 15:28:15 +02:00
|
|
|
<ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|left" android:id="@+id/BackToMenu" android:background="@drawable/back_menu"></ImageButton>
|
2010-07-05 10:24:36 +02:00
|
|
|
<ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="top|right" android:id="@+id/BackToLocation" android:background="@drawable/back_location"></ImageButton>
|
2010-05-05 12:34:17 +02:00
|
|
|
|
2010-05-05 11:31:54 +02:00
|
|
|
|
2010-04-29 01:32:03 +02:00
|
|
|
</FrameLayout>
|