<?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:background="@color/mainBackColor" android:orientation="vertical"> <include layout="@layout/include_base_title" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <com.amap.api.maps.MapView android:id="@+id/mapView" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/bg_solid_layout_main_radius_10" android:elevation="@dimen/dp_10"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/dp_3" android:background="@drawable/bg_solid_layout_white_radius_top_10" android:orientation="vertical" android:padding="@dimen/dp_10"> <TextView android:id="@+id/deviceCodeView" style="@style/MapBriefTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/deviceModelView" style="@style/MapBriefTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/deviceValueView" style="@style/MapBriefTextStyle" android:text="最新浓度: 数据加载中..." /> <TextView android:id="@+id/updateTimeView" style="@style/MapBriefTextStyle" android:text="设备模型: 数据加载中..." /> <TextView android:id="@+id/locationView" style="@style/MapBriefTextStyle" android:text="详细位置: 数据加载中..." /> </LinearLayout> </LinearLayout> </LinearLayout> </LinearLayout>