286 lines
11 KiB
XML
286 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:overScrollMode="never"
|
|
android:scrollbars="none">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/layout_search" />
|
|
|
|
<include layout="@layout/layout_base_info" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<android.support.v7.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
app:cardCornerRadius="5dp"
|
|
app:cardPreventCornerOverlap="true"
|
|
app:cardUseCompatPadding="false">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_issue_base_info"
|
|
style="@style/issue_report_title"
|
|
android:padding="8dp"
|
|
android:text="吸毒人员信息"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="初次发现日期"
|
|
android:textSize="12sp" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_first_date"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择初次发现日期" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="管控情况" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_control_case"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择管控情况" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="管控人姓名" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_control_name"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入管控人姓名"
|
|
android:inputType="text" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="管 控 人\n联系方式" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_control_phone"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入管控人联系方式"
|
|
android:inputType="number" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="帮扶情况" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_help_case"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入帮扶情况"
|
|
android:inputType="textMultiLine" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="帮扶人姓名" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_help_name"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入帮扶人姓名"
|
|
android:inputType="textMultiLine" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="帮 扶 人\n联系方式" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_help_phone"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入帮扶人联系方式"
|
|
android:inputType="number" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="有无犯罪史" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
|
|
<Switch
|
|
android:id="@+id/sw_is_crime"
|
|
style="@style/item_switch_have"
|
|
android:layout_gravity="center_vertical" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="犯罪情况" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
<EditText
|
|
android:id="@+id/et_crime_case"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入犯罪情况"
|
|
android:inputType="textMultiLine" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="吸毒原因" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_drug_case"
|
|
style="@style/sel_text_arrow"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请选择吸毒原因" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_gravity="center_vertical"
|
|
android:text="吸毒后果" />
|
|
|
|
<View style="@style/vertical_line" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_drug_after"
|
|
style="@style/sel_text_arrow"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请选择吸毒后果" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<Button
|
|
android:id="@+id/btn_confirm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="15dp"
|
|
android:background="@drawable/sel_btn_submit"
|
|
android:minHeight="0dp"
|
|
android:padding="10dp"
|
|
android:text="保    存"
|
|
android:textColor="@color/white"
|
|
android:textSize="17sp" />
|
|
|
|
</LinearLayout>
|
|
</android.support.v7.widget.CardView>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</android.support.v4.widget.NestedScrollView> |