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.
43 lines
1.5 KiB
XML
43 lines
1.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:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
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_ConferenceSqr"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:must="true"
|
|
app:tv_title="申请人"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.ConferenceLayout
|
|
android:id="@+id/conferenceLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_ConferenceSqrBZ"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="备注"/>
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</LinearLayout>
|