Newer
Older
org.ntlab.amaryllis.client / app / src / main / res / layout / activity_maps.xml
Kazu950 on 5 Jun 2020 424 bytes mapの画面を追加しました。
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <fragment xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:map="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/map"
  6. android:name="com.google.android.gms.maps.SupportMapFragment"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. tools:context=".MapsActivity" />