Samples: multiple map views improvements #196 #194

This commit is contained in:
Emux
2016-10-02 22:05:29 +03:00
parent e8a105d892
commit bed6f8f0f2
3 changed files with 35 additions and 46 deletions

View File

@@ -6,13 +6,13 @@
<org.oscim.android.MapView
android:id="@+id/mapView1"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dip" />
android:layout_height="0dip"
android:layout_weight="1" />
<org.oscim.android.MapView
android:id="@+id/mapView2"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dip" />
android:layout_height="0dip"
android:layout_weight="1" />
</LinearLayout>