Newer
Older
QingDaoSmartWell / app / src / main / res / layout / popu_map_info.xml
<?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="wrap_content"
    android:background="@drawable/bg_solid_layout_black_transparent_radius_10"
    android:orientation="vertical"
    android:padding="@dimen/dp_10">

    <TextView
        android:id="@+id/deviceCodeView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />

    <TextView
        android:id="@+id/deviceModelView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />

    <TextView
        android:id="@+id/deviceTypeView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />

    <TextView
        android:id="@+id/wellCodeView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />

    <TextView
        android:id="@+id/ownerShipView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />

    <TextView
        android:id="@+id/locationView"
        style="@style/MapPopupWindowTextStyle"
        android:text="@string/unknown" />
</LinearLayout>