2023-02-21 14:23:12 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/gray_bg">
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
android:id="@+id/sv_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="60dp"
|
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<TextView
|
|
|
|
style="@style/issue_report_title"
|
|
|
|
android:drawableLeft="@drawable/ic_item_title_icon_rec"
|
|
|
|
android:drawablePadding="5dp"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:padding="8dp"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:text="基础信息"
|
|
|
|
android:textStyle="bold" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:background="@color/white"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingRight="10dp">
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:text="进出事由"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/et_car_incident"
|
|
|
|
style="@style/item_content_match_ver_gray"
|
|
|
|
android:hint="请输入进出事由"
|
|
|
|
android:inputType="textMultiLine"
|
|
|
|
android:minHeight="100dp"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
|
|
|
|
<LinearLayout style="@style/item_white_bottom_border">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/item_title_wrap"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="授权开始时间" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_car_start_time"
|
|
|
|
style="@style/sel_text_arrow"
|
|
|
|
android:hint="请选择授权开始时间" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout style="@style/item_white_bottom_border">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/item_title_wrap"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="授权结束时间" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_car_end_time"
|
|
|
|
style="@style/sel_text_arrow"
|
|
|
|
android:hint="请选择授权结束时间" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout style="@style/item_white_bottom_border">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/item_title_wrap"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="带领民警" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_car_lead_cop"
|
|
|
|
style="@style/sel_text_arrow"
|
|
|
|
android:hint="请选择带领民警" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout style="@style/item_white_bottom_border">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/item_title_wrap"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="随车特警" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_car_cop"
|
|
|
|
style="@style/sel_text_arrow"
|
|
|
|
android:hint="请选择随车特警" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout style="@style/item_white_bottom_border">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
style="@style/item_title_wrap"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="进入监区" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/tv_car_field"
|
|
|
|
style="@style/sel_text_arrow"
|
|
|
|
android:hint="请选择进入监区" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
2023-02-21 14:23:12 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<TextView
|
|
|
|
style="@style/issue_report_title"
|
|
|
|
android:drawableLeft="@drawable/ic_item_title_icon_rec"
|
|
|
|
android:drawablePadding="5dp"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:text="详细信息"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
2023-02-21 14:23:12 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:background="@color/white"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingRight="10dp">
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_car_person_photo"
|
|
|
|
android:layout_width="match_parent"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
android:minHeight="150dp"
|
|
|
|
android:src="@drawable/ic_car_person_default" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
<TextView
|
2024-03-29 15:10:03 +08:00
|
|
|
android:layout_width="match_parent"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:gravity="center"
|
|
|
|
android:hint="请上传司机、随车特警、带领民警、车合照"
|
|
|
|
android:padding="5dp" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ic_car_cred"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
android:minHeight="150dp"
|
|
|
|
android:src="@drawable/ic_car_crad_default" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal">
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:hint="车辆证件照"
|
|
|
|
android:padding="5dp" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:text="(请将货物来源证明也拍入其中)"
|
|
|
|
android:textColor="@color/colorRedBg"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:background="@color/gray_bg" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<LinearLayout
|
2023-02-21 14:23:12 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:orientation="horizontal">
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:text="装载货物"
|
|
|
|
android:textColor="@color/black"
|
|
|
|
android:textSize="@dimen/text_18" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<ImageView
|
|
|
|
style="@style/style_hint_star"
|
|
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
</LinearLayout>
|
2023-02-21 14:23:12 +08:00
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<EditText
|
|
|
|
android:id="@+id/et_car_carry"
|
|
|
|
style="@style/item_content_match_ver_gray"
|
|
|
|
android:hint="请输入装载货物"
|
|
|
|
android:inputType="textMultiLine"
|
|
|
|
android:minHeight="100dp"
|
|
|
|
android:textSize="@dimen/text_18" />
|
2023-02-21 14:23:12 +08:00
|
|
|
|
|
|
|
|
2024-03-29 15:10:03 +08:00
|
|
|
<EditText
|
|
|
|
android:id="@+id/et_car_remark"
|
2023-02-21 14:23:12 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="5dp"
|
2024-03-29 15:10:03 +08:00
|
|
|
android:background="@drawable/shape_input_white_bg"
|
|
|
|
android:drawablePadding="10dp"
|
|
|
|
android:gravity="left"
|
|
|
|
android:hint="请输入备注信息"
|
|
|
|
android:minHeight="100dp"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:text=""
|
|
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/btn_car_add_car"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:background="@drawable/sel_btn_submit"
|
|
|
|
android:minWidth="0dp"
|
|
|
|
android:minHeight="0dp"
|
|
|
|
android:padding="10dp"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
android:text="添加进入车辆"
|
|
|
|
android:textColor="@color/sel_btn_white_black" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:descendantFocusability="blocksDescendants"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingRight="10dp">
|
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
android:id="@+id/rlv_car_person"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
android:minHeight="10dp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2023-02-21 14:23:12 +08:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/btn_car_submit"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
android:background="@drawable/sel_btn_submit"
|
|
|
|
android:text="@string/submit"
|
|
|
|
android:textColor="@color/sel_btn_white_black"
|
|
|
|
android:textSize="@dimen/text_18" />
|
|
|
|
</RelativeLayout>
|