直接上代码:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
android:id="@+id/title_layout"
layout="@layout/common_text_title_layout"
android:layout_width="fill_parent"
android:layout_height="@dimen/title_height" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<!--地图部分-->
<com.amap.api.maps2d.MapView
android:id="@+id/map"
android:clickable="true"
android:layout_width="match