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.

82 lines
2.9 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_dzzmc"
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_hylx"
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_zkrq"
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_zkdz"
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_zcr"
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_yc"
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_cxry"
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="出席人员"/>
</LinearLayout>
</ScrollView>
</LinearLayout>