From ddf473c6fd4f89e2a1876500447ad95b0326e097 Mon Sep 17 00:00:00 2001
From: Tharun kumar <cb.en.u4cse17419@cb.students.amrita.edu>
Date: Mon, 20 Apr 2020 18:38:10 +0530
Subject: [PATCH] Upload New File

---
 activity_map.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 activity_map.xml

diff --git a/activity_map.xml b/activity_map.xml
new file mode 100644
index 0000000..8cf42f5
--- /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
-- 
GitLab