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.
9 lines
402 B
9 lines
402 B
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:map="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/map"
|
|
android:name="com.google.android.gms.maps.SupportMapFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".display.MapsActivity" />
|