diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-01-04 21:15:15 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-01-04 21:15:15 +0000 |
commit | 9f0e1e1520070a2d73137f799538c44c42c47c0c (patch) | |
tree | 0be4f0a3484ac1cec6078b3c997d3db79820b6af /res/layout/main.xml | |
download | southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar.gz |
Initial commit.
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r-- | res/layout/main.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml new file mode 100644 index 0000000..dff45bd --- /dev/null +++ b/res/layout/main.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 |