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.
34 lines
1.1 KiB
XML
34 lines
1.1 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:id="@+id/ll_leave_public"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
app:must="true"
|
||
|
|
android:id="@+id/il_year"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:isShowSelect="true"
|
||
|
|
app:tv_title="年份" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_msg1"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:tv_title="提示信息1" />
|
||
|
|
|
||
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
||
|
|
android:id="@+id/il_msg2"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
app:isShowTextView="true"
|
||
|
|
app:tv_title="提示信息2" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|