<?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/white">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingHorizontal="@dimen/dp_10">
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="现场检测编号" />
<TextView
android:id="@+id/odCodeView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="现场检测名称" />
<TextView
android:id="@+id/odNameView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="负责人" />
<TextView
android:id="@+id/directorNameView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="申请时间" />
<TextView
android:id="@+id/applyTimeView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="任务来源" />
<TextView
android:id="@+id/taskSourceNameView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="关联委托书编号" />
<TextView
android:id="@+id/linkageOrderCodeView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="预计计量费用" />
<TextView
android:id="@+id/preCostView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="预计开始时间" />
<TextView
android:id="@+id/preStartTimeView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="预计结束时间" />
<TextView
android:id="@+id/preEndTimeView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="测试地址" />
<TextView
android:id="@+id/executiveAddressView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="主要危害及措施" />
<TextView
android:id="@+id/hazardSourceView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="检校内容" />
<TextView
android:id="@+id/executiveItemView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
<include layout="@layout/include_line_view" />
<RelativeLayout style="@style/itemLayoutStyle">
<TextView
style="@style/textViewStyle"
android:text="备注" />
<TextView
android:id="@+id/remarkView"
style="@style/detailTextViewStyle"
android:text="@string/loading_value" />
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>