add android example project

This commit is contained in:
Hannes Janetzek
2013-07-01 05:19:41 +02:00
parent dd757a1b95
commit b416aa09a2
26 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<org.oscim.android.AndroidMapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>