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-05-06 00:29:58 +02:00
|
|
|
|
2010-04-29 01:32:03 +02:00
|
|
|
<ZoomControls android:id="@+id/ZoomControls01"
|
2010-05-02 13:31:19 +02:00
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|right"></ZoomControls>
|
2010-05-05 12:34:17 +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"></ImageButton>
|
2010-04-29 01:32:03 +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/icon"></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>
|