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.
122 lines
4.5 KiB
XML
122 lines
4.5 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="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_gznr"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:must="true"
|
|
app:tv_title="工作内容"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_dbld"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="visible"
|
|
app:isShowSelect="true"
|
|
app:isShowTextView="true"
|
|
app:must="true"
|
|
app:tv_title="重点督办领导"/>
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_dblx"
|
|
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_gzfzbm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="visible"
|
|
app:isShowSelect="true"
|
|
app:isShowTextView="true"
|
|
app:must="true"
|
|
app:tv_title="工作负责部门"/>
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_zrr"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="visible"
|
|
app:isShowSelect="true"
|
|
app:isShowTextView="true"
|
|
app:must="true"
|
|
app:tv_title="责任人"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_aplx"
|
|
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_hyms"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:must="true"
|
|
app:tv_title="会议描述"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_tcsj"
|
|
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_wcsj"
|
|
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_hylx"
|
|
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_hymc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:must="true"
|
|
app:tv_title="会议名称"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</LinearLayout> |