app/src/main/res/layout/fragment_inspection_content.xml
@@ -1,5 +1,6 @@
<?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"
@@ -14,6 +15,24 @@
     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"
        android:id="@+id/ll_patrol_icons"