256 lines
11 KiB
XML
256 lines
11 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout 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">
|
||
|
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:layout_marginBottom="50dp"
|
||
|
android:scrollbars="none">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:background="@color/gray_f0"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="@color/white"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingTop="10dp"
|
||
|
android:paddingBottom="10dp">
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="督办名称"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<EditText
|
||
|
android:id="@+id/et_name"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:background="@null"
|
||
|
android:gravity="right"
|
||
|
android:hint="请输入督办名称"
|
||
|
android:textSize="14sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="督办类型"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_type"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:clickable="true"
|
||
|
android:drawableRight="@drawable/ic_arrow_right"
|
||
|
android:focusable="true"
|
||
|
android:gravity="right"
|
||
|
android:hint="请选择督办类型"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="完成时限"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_end_time"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:clickable="true"
|
||
|
android:drawableRight="@drawable/ic_arrow_right"
|
||
|
android:focusable="true"
|
||
|
android:gravity="right"
|
||
|
android:hint="前选择督办时限"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="关联事项"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_relevance"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:clickable="true"
|
||
|
android:drawableRight="@drawable/ic_arrow_right"
|
||
|
android:focusable="true"
|
||
|
android:gravity="right"
|
||
|
android:hint="请选择关联事项"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="督办人员"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_users"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:clickable="true"
|
||
|
android:drawableRight="@drawable/ic_arrow_right"
|
||
|
android:focusable="true"
|
||
|
android:gravity="right"
|
||
|
android:hint="请选择督办人员"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:background="@color/white"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingTop="5dp"
|
||
|
android:paddingBottom="10dp">
|
||
|
|
||
|
<LinearLayout style="@style/item_ver">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="督办内容"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="5dp"
|
||
|
android:background="@drawable/shp_rectangle_gray"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<EditText
|
||
|
android:id="@+id/et_request"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:background="@null"
|
||
|
android:gravity="left"
|
||
|
android:hint="请输入督办内容"
|
||
|
android:minLines="3"
|
||
|
android:padding="5dp"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_request_num"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="right"
|
||
|
android:layout_marginRight="10dp"
|
||
|
android:layout_marginBottom="5dp"
|
||
|
tools:text="0/140" />
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="@color/white"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingTop="10dp"
|
||
|
android:paddingBottom="10dp">
|
||
|
|
||
|
<LinearLayout style="@style/item_hor_content">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center_vertical"
|
||
|
android:text="通知方式"
|
||
|
android:textColor="@color/black"
|
||
|
android:textSize="14sp" />
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="right"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb_notice_msg"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginRight="10dp"
|
||
|
android:button="@null"
|
||
|
android:drawableLeft="@drawable/sel_check_item_cir"
|
||
|
android:text="短信" />
|
||
|
|
||
|
<CheckBox
|
||
|
android:id="@+id/cb_notice_email"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:button="@null"
|
||
|
android:drawableLeft="@drawable/sel_check_item_cir"
|
||
|
android:text="邮件" />
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_confirm"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_alignParentBottom="true"
|
||
|
android:text="发起督办" />
|
||
|
</RelativeLayout>
|