app/src/main/res/layout/fragment_inspection_content.xml
@@ -1,18 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:id="@+id/rl_content"
    android:layout_height="match_parent">
 <com.amap.api.maps.MapView
     android:id="@+id/mv_main"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:layout_marginBottom="20dp"
     android:layout_alignParentTop="true"
     android:layout_alignParentStart="true">
 </com.amap.api.maps.MapView>
     <com.amap.api.maps.MapView
         android:id="@+id/mv_main"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_marginBottom="20dp"
         android:layout_alignParentTop="true"
         android:layout_alignParentStart="true">
     </com.amap.api.maps.MapView>
    <TextView
        android:id="@+id/user_account"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentEnd="true"
        android:layout_alignParentBottom="true"
        android:text="用户账号"
        android:elevation="@dimen/dimen4"
        android:layout_marginBottom="188dp"
        android:padding="@dimen/dimen4"
        android:gravity="center"
        android:textColor="@color/white"
        android:background="@drawable/shape_green"
        android:foreground="?android:attr/selectableItemBackground"
        android:drawableStart="@drawable/ic_group_black_24dp"
        android:drawableTint="@color/white"
        tools:ignore="UnusedAttribute" />
    <LinearLayout
        android:visibility="visible"