BESTMobile/android/mobile/res/layout/mapstops.xml

10 lines
281 B
XML
Raw Normal View History

2012-09-06 17:38:46 +00:00
<?xml version="1.0" encoding="utf-8"?>
<org.osmdroid.views.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
/>