Added mapView

This commit is contained in:
RemoMeijer
2020-12-14 14:35:24 +01:00
parent bf1c5d0ac4
commit 148e84483a
2 changed files with 5 additions and 4 deletions

View File

@@ -5,10 +5,10 @@
android:layout_height="match_parent"
tools:context=".fragments.HomeFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
<com.google.android.gms.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
android:layout_height="match_parent" />
</FrameLayout>