blob: c03631937a25b326145c9a706bc88b5889be99ed (
plain)
1
2
3
4
|
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:id="@+id/map" tools:context=".MainActivity"
android:name="com.google.android.gms.maps.SupportMapFragment" />
|