vtm/vtm-android-example/res/layout/activity_map_multi.xml
Marvin W e57bacb957
Multi Map Sample
As proposed in #194
2016-10-02 19:28:07 +02:00

19 lines
563 B
XML

<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>