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.
221 lines
7.6 KiB
XML
221 lines
7.6 KiB
XML
|
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:id="@+id/ll"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="10px"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="2"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="承包商:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_dwmc"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="防护期名称:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_xmmc"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="工期开始时间:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_gqkssj"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="工期结束时间:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_gqjssj"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="电厂负责人:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_factoryInCharge"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="出入门:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_factoryInOutDoor"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="录入人:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_requestPersion"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:minHeight="60px">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="50px"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center"
|
||
|
|
android:text="录入时间:"
|
||
|
|
android:textSize="30px" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_applyTime"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_margin="5px"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:minHeight="50px"
|
||
|
|
android:textSize="30px" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:layout_weight="7">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_status"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginRight="10dp"
|
||
|
|
android:background="@drawable/textstatus1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:padding="10px"
|
||
|
|
android:text="状态"
|
||
|
|
android:textColor="@color/textstatus1" />
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|