Newer
Older
OperationSite / app / src / main / res / layout / popup_worker_info.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@drawable/bg_solid_layout_transparent_radius_7"
        android:orientation="vertical"
        android:padding="@dimen/dp_10">

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

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

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

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

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

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

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

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