Blame view

footsafety/app/src/main/res/layout/activity_maps.xml 434 Bytes
f7a13682   “wangming”   项目初始化
1
2
3
4
5
6
7
8
9
  <?xml version="1.0" encoding="utf-8"?>
  <fragment xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
      xmlns:map="http://schemas.android.com/apk/res-auto"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:id="@+id/map"
      tools:context=".activities.MapsActivity"
      android:name="com.google.android.gms.maps.SupportMapFragment"/>