You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/layout_base"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gzph"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:must="true"
app:tv_title="工作票号"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gznr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:must="true"
app:tv_title="工作内容"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gzdd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:must="true"
app:tv_title="工作地点"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_kssj"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:must="true"
app:tv_title="许可时间"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_xmfrz"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:must="true"
app:tv_title="项目负责人/点检员"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gzfzr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"
app:isShowSelect="true"
app:isShowTextView="true"
app:must="true"
app:tv_title="工作负责人"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gzbcy"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"
app:isShowSelect="true"
app:isShowTextView="true"
app:must="true"
app:tv_title="工作班成员"/>
<com.rehome.zhdcoa.weiget.InputLayout
android:id="@+id/il_gzqy"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"
app:isShowSelect="true"
app:isShowTextView="true"
app:must="true"
app:tv_title="工作区域"/>
<Button
android:id="@+id/btn_zj"
style="@style/button"
android:layout_width="550px"
android:layout_marginLeft="@dimen/px_20"
android:layout_marginRight="@dimen/px_20"
android:layout_marginTop="@dimen/px_20"
android:visibility="gone"
android:text="终结此工作票"/>
</LinearLayout>
</ScrollView>
</LinearLayout>