oplogy/app/src/main/res/layout/maps_fragment.xml

8 lines
367 B
XML
Raw Normal View History

2024-06-05 05:18:43 +00:00
<?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:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/map"
tools:context=".MapsFragment"
android:name="com.google.android.gms.maps.SupportMapFragment"/>