13 lines
511 B
XML
13 lines
511 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:background="@color/colour_background_transparent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<fragment
|
|
android:id="@+id/globalMap"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
class="com.google.android.gms.maps.SupportMapFragment"/>
|
|
</LinearLayout>
|