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.
101 lines
3.4 KiB
XML
101 lines
3.4 KiB
XML
|
3 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<include layout="@layout/layout_base" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_name"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:must="true"
|
||
|
|
app:tv_title="申请人" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_start_time"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:hintText="点击选择时间"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:must="true"
|
||
|
|
app:tv_title="开始时间" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_end_time"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:hintText="点击选择时间"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:must="true"
|
||
|
|
app:tv_title="结束时间" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_name"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:isShowSelect="true"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:must="true"
|
||
|
|
app:tv_title="任务人" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_name_ok"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:tv_title="已确认" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_name_BH"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:tv_title="已驳回" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_content"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:must="true"
|
||
|
|
app:tv_title="任务内容" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
app:isShowTextView="true"
|
||
|
|
android:id="@+id/il_alert_time"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:hintText="点击选择提醒时间"
|
||
|
|
app:tv_title="提醒时间" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
app:isShowTextView="true"
|
||
|
|
android:id="@+id/il_alert_repetition"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:hintText="点击选择是否重复提醒"
|
||
|
|
app:tv_title="是否重复" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_status"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
app:hintText="点击选择任务状态"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:tv_title="任务状态" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_task_case"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:visibility="gone"
|
||
|
|
app:tv_title="任务情况" />
|
||
|
|
|
||
|
|
</LinearLayout>
|