1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pharmacies/res/layout/map.xml

10 lines
553 B

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/LinearLayout01" android:orientation="vertical">
<com.google.android.maps.MapView android:id="@+id/MapView"
android:layout_width="fill_parent"
android:apiKey="0DR5WqW9XXYhbuY0iKmL3qQ6CIbplUTonfkmHjA" android:layout_height="wrap_content">
</com.google.android.maps.MapView>
</LinearLayout>