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.
127 lines
4.8 KiB
XML
127 lines
4.8 KiB
XML
<?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" />
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_apply_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="申请人" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_start_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击选择请假开始时间"
|
|
app:isShowTextView="true"
|
|
app:tv_title="开始时间" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_end_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击选择请假结束时间"
|
|
app:isShowTextView="true"
|
|
app:tv_title="结束时间" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_type"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击右边按钮选择类别"
|
|
app:isShowSelect="true"
|
|
app:isShowTextView="true"
|
|
app:tv_title="请假类别" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_clfs"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击选择处理方式"
|
|
app:isShowTextView="true"
|
|
app:tv_title="处理方式" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_days"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="天数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_record"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="请点击右侧按钮选择补休记录"
|
|
app:isShowTextView="true"
|
|
app:isShowSelect="true"
|
|
app:tv_title="补休记录" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_busy_days"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="补休天数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_home_address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="探亲地址" />
|
|
|
|
<include layout="@layout/layout_leave_public" />
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:visibility="gone"
|
|
android:id="@+id/il_overtime_address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击选择加班地点"
|
|
app:isShowTextView="true"
|
|
app:tv_title="加班地点" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_msg3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="提示信息1" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
app:must="true"
|
|
android:id="@+id/il_reason"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="原因" />
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
</LinearLayout>
|