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.
217 lines
7.8 KiB
XML
217 lines
7.8 KiB
XML
<?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:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<include layout="@layout/toolbar_yx"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_rz"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="30px"
|
|
android:text="日志"
|
|
android:textColor="#ffffff"
|
|
android:textSize="35px"
|
|
android:visibility="visible"/>
|
|
</RelativeLayout>
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="700px"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="录入人:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_lrr"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="@dimen/px_35"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="录入时间:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_inputtime"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="@dimen/px_30"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="部门:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_bm"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="@dimen/px_35"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="承包商:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/et_cbs"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="@dimen/px_35"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="工作地点:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/et_gzdd"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="28px"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/px_100"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="开始时间:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_starttime"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="@dimen/px_70"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:textSize="@dimen/px_30"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/px_5"
|
|
android:gravity="center"
|
|
android:minHeight="100px">
|
|
|
|
<TextView
|
|
style="@style/gzqkText"
|
|
android:text="内容描述:"/>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_ms"
|
|
android:layout_width="@dimen/px_400"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15px"
|
|
android:gravity="center_vertical"
|
|
android:minHeight="70px"
|
|
android:textSize="@dimen/px_35"/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="20dp"
|
|
android:layout_marginTop="20dp"
|
|
>
|
|
|
|
<Button
|
|
android:id="@+id/btn_jr"
|
|
style="@style/button"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginLeft="30px"
|
|
android:layout_marginRight="30px"
|
|
android:layout_weight="1"
|
|
android:text="进入工作区域"
|
|
android:visibility="visible"/>
|
|
|
|
<Button
|
|
android:id="@+id/btn_lk"
|
|
style="@style/button"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginLeft="30px"
|
|
android:layout_marginRight="30px"
|
|
android:layout_weight="1"
|
|
android:text="离开工作区域"
|
|
android:visibility="visible"/>
|
|
|
|
<Button
|
|
android:id="@+id/btn_close"
|
|
style="@style/button"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginLeft="30px"
|
|
android:layout_marginRight="30px"
|
|
android:layout_weight="1"
|
|
android:text="关闭工作"
|
|
android:visibility="visible"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
|
|
</LinearLayout>
|