diff options
Diffstat (limited to 'res/layout/map_activity.xml')
-rw-r--r-- | res/layout/map_activity.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/map_activity.xml b/res/layout/map_activity.xml new file mode 100644 index 0000000..dff45bd --- /dev/null +++ b/res/layout/map_activity.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:theme="@android:style/Theme.NoTitleBar"> + + <org.osmdroid.views.MapView + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/mapview" + android:layout_width="fill_parent" + android:layout_height="fill_parent" > + </org.osmdroid.views.MapView> + +</LinearLayout>
\ No newline at end of file |