MeteoriteDB

Log | Files | Refs | README

commit ac0139edfc9d71468f7233eabde1c179e3a4083b
parent faabd349fb99982cf2358210170f64d2588e08a0
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Thu,  4 May 2023 20:44:57 +0200

Added mapFragment.

Diffstat:
Aapp/src/main/res/layout/fragment_maps.xml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/app/src/main/res/layout/fragment_maps.xml b/app/src/main/res/layout/fragment_maps.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<fragment xmlns:android="http://schemas.android.com/apk/res/android" + 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" /> +\ No newline at end of file