353 lines
15 KiB
XML
Executable File
353 lines
15 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
tools:context=".activitys.enteroutexamine.FlowTransactActivity">
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:scrollbars="none">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:padding="8dp"
|
|
android:text="流程详情"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_type"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="登记类型"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cause"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="进出事由"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_start_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="授权开始时间:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_end_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="授权结束时间:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_manager_user"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="带领民警:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cop"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="随车特警:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="携带工具/装载货物:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_info"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="卫生防疫措施:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_pro"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="是否需要进入生产区域:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/rlv_tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_field_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="携带工具/装载货物:"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_status"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:hint="审批状态"
|
|
android:padding="8dp"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<TextView
|
|
android:id="@+id/iv_col_hint"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15dp"
|
|
android:padding="5dp"
|
|
tools:text="请上传司机、随车特警、带领民警、车合照" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_photo"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="10dp"
|
|
android:minHeight="100dp"
|
|
tools:background="@drawable/ic_car_person_default" />
|
|
|
|
<TextView
|
|
android:id="@+id/iv_col_car_hint"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15dp"
|
|
android:padding="5dp"
|
|
android:text="车辆证件照" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_car_card"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="10dp"
|
|
android:minHeight="100dp"
|
|
tools:background="@drawable/ic_car_person_default" />
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_margin="5dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="left"
|
|
android:padding="8dp"
|
|
android:text="流程节点"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/rlv_process"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_opinion"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_record"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="5dp"
|
|
tools:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_voice"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:gravity="left"
|
|
android:padding="5dp"
|
|
android:textSize="@dimen/text_18"
|
|
tools:text="语音" />
|
|
|
|
|
|
<com.cjt2325.cameralibrary.videorecord.AudioRecordButton
|
|
android:id="@+id/arb_video"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="35dp"
|
|
android:background="@drawable/sel_btn_submit"
|
|
android:gravity="center"
|
|
android:text="@string/long_click_record"
|
|
android:textColor="#fff"
|
|
android:textSize="18sp" />
|
|
</LinearLayout>
|
|
|
|
<EditText
|
|
android:id="@+id/et_opinion"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="5dp"
|
|
android:background="@drawable/shape_input_white_bg"
|
|
android:gravity="left"
|
|
android:hint="输入审核意见"
|
|
android:minHeight="80dp"
|
|
android:padding="5dp"
|
|
android:textSize="18sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:padding="3dp">
|
|
|
|
<Button
|
|
android:id="@+id/btn_pass"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/sel_btn_submit"
|
|
android:minWidth="0dp"
|
|
android:minHeight="0dp"
|
|
android:padding="8dp"
|
|
android:text="同意"
|
|
android:textColor="@color/white" />
|
|
|
|
<Button
|
|
android:id="@+id/btn_rebut"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/shape_btn_yellow_sel"
|
|
android:minWidth="0dp"
|
|
android:minHeight="0dp"
|
|
android:padding="8dp"
|
|
android:text="驳回"
|
|
android:textColor="@color/white" />
|
|
|
|
<Button
|
|
android:id="@+id/btn_blank"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/sel_btn_submit_red"
|
|
android:minWidth="0dp"
|
|
android:minHeight="0dp"
|
|
android:padding="8dp"
|
|
android:text="作废"
|
|
android:textColor="@color/white" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout> |