From 148e84483a2b723a6b349787b7439e45620eab60 Mon Sep 17 00:00:00 2001 From: RemoMeijer Date: Mon, 14 Dec 2020 14:35:24 +0100 Subject: [PATCH] Added mapView --- app/build.gradle | 1 + app/src/main/res/layout/fragment_home.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a452ddc..8eb7ba2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,7 @@ dependencies { implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation 'com.google.android.gms:play-services-maps:17.0.0' testImplementation 'junit:junit:4.13.1' // okhttp diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 5194fda..7a10442 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -5,10 +5,10 @@ android:layout_height="match_parent" tools:context=".fragments.HomeFragment"> - - + android:layout_height="match_parent" /> \ No newline at end of file