18
vtm-android-example/res/layout/activity_map_multi.xml
Normal file
18
vtm-android-example/res/layout/activity_map_multi.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<org.oscim.android.MapView
|
||||
android:id="@+id/mapView1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="0dip" />
|
||||
|
||||
<org.oscim.android.MapView
|
||||
android:id="@+id/mapView2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="0dip" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user