add vtm-android-starterkit
This commit is contained in:
BIN
vtm-android-start/res/drawable/ic_launcher.png
Normal file
BIN
vtm-android-start/res/drawable/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
12
vtm-android-start/res/layout/activity_map.xml
Normal file
12
vtm-android-start/res/layout/activity_map.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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.MapView
|
||||
android:id="@+id/mapView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" >
|
||||
</org.oscim.android.MapView>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user