diff --git a/activity_map.xml b/activity_map.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8cf42f577c0bc67e845f5ef610db7093a0cc6a64
--- /dev/null
+++ b/activity_map.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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=".Map" />
\ No newline at end of file