<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/rootView" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.pengxh.androidx.lite.widget.TitleBarView android:id="@+id/titleView" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" app:tbv_left_image="@drawable/ic_left_black" app:tbv_show_right_image="false" app:tbv_smaller_title="true" app:tbv_text_color="@color/mainTextColor" /> <include layout="@layout/include_line_view" /> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.esri.arcgisruntime.mapping.view.MapView android:id="@+id/mapView" android:layout_width="match_parent" android:layout_height="match_parent" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|center_vertical" android:layout_marginEnd="@dimen/dp_10" android:orientation="vertical"> <com.qmuiteam.qmui.alpha.QMUIAlphaImageButton android:id="@+id/expandMapView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_marginBottom="1px" android:background="@drawable/bg_button" android:elevation="5dp" android:padding="5dp" android:src="@drawable/ic_add_black" /> <com.qmuiteam.qmui.alpha.QMUIAlphaImageButton android:id="@+id/minusMapView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="1px" android:background="@drawable/bg_button" android:elevation="5dp" android:padding="5dp" android:src="@drawable/ic_minus" /> </LinearLayout> <com.qmuiteam.qmui.alpha.QMUIAlphaImageButton android:id="@+id/removeToLocalView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="10dp" android:background="@drawable/bg_button" android:elevation="5dp" android:padding="5dp" android:src="@drawable/ic_aim" /> </FrameLayout> </LinearLayout>