|
|
|
|
@ -18,9 +18,9 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_5"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:maxHeight="120px"
|
|
|
|
|
android:minHeight="@dimen/px_60">
|
|
|
|
|
android:minHeight="@dimen/px_50">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
@ -43,9 +43,9 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_5"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:maxHeight="120px"
|
|
|
|
|
android:minHeight="@dimen/px_60">
|
|
|
|
|
android:minHeight="@dimen/px_50">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
@ -64,45 +64,267 @@
|
|
|
|
|
android:text="部件名称"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:text="专业名称:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_zymc"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="点类型:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_dian_type"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_action"
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_5"
|
|
|
|
|
android:minHeight="@dimen/px_60">
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="专业名称:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_zymc"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|left"
|
|
|
|
|
android:text="专业名称"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:text="超限上限:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_upper_action"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="超限下限:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_lower_action"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_warnning"
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:text="报警上限:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_upper_warning"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="报警下限:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_lower_warning"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/ll_check_option"
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_5"
|
|
|
|
|
android:minHeight="@dimen/px_60">
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="检查项:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_point_type"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:text="kks编码:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_kks"
|
|
|
|
|
style="@style/xjcjRightStyle"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="dfkdf"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/dagerListMarginTopStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:minHeight="@dimen/px_50"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:text="点类型:"
|
|
|
|
|
android:text="kks描述:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_dian_type"
|
|
|
|
|
android:id="@+id/tv_kks_desc"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|left"
|
|
|
|
|
@ -194,15 +416,14 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_margin="@dimen/px_5"
|
|
|
|
|
android:maxHeight="240px"
|
|
|
|
|
android:minHeight="@dimen/px_60">
|
|
|
|
|
android:layout_margin="@dimen/px_2"
|
|
|
|
|
android:maxHeight="250px"
|
|
|
|
|
android:minHeight="@dimen/px_50">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="@dimen/cjwidth"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|right"
|
|
|
|
|
android:maxHeight="120px"
|
|
|
|
|
android:text="巡查内容:"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
|
|
|
|
|
@ -211,7 +432,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="center_vertical|left"
|
|
|
|
|
android:maxHeight="240px"
|
|
|
|
|
android:maxHeight="350px"
|
|
|
|
|
android:text="巡查内容"
|
|
|
|
|
android:textSize="@dimen/sbtextSize"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@ -263,7 +484,7 @@
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/et_jg"
|
|
|
|
|
style="@style/editTextTheme"
|
|
|
|
|
android:layout_width="400px"
|
|
|
|
|
android:layout_width="350px"
|
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
|
android:layout_marginLeft="22dp"
|
|
|
|
|
android:layout_marginStart="22dp"
|
|
|
|
|
@ -293,7 +514,7 @@
|
|
|
|
|
android:background="@drawable/border_line_while"
|
|
|
|
|
android:text="请点击获取采集结果"
|
|
|
|
|
android:textColor="@color/colorPrimary"
|
|
|
|
|
android:visibility="visible"/>
|
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|