|
@@ -1,375 +1,377 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto" >
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+
|
|
|
+ <data>
|
|
|
|
|
|
- <data >
|
|
|
<import type="android.view.View" />
|
|
|
|
|
|
<variable
|
|
|
name="vm"
|
|
|
type="com.quansu.heifengwuliu.vmodel.ComVerityVModel" />
|
|
|
- </data >
|
|
|
+ </data>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingStart="17dp"
|
|
|
android:background="@color/color_bg"
|
|
|
- android:paddingEnd="16dp" >
|
|
|
-
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
- android:id="@+id/ll_top"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_marginTop="12dp"
|
|
|
- app:qmui_borderColor="@color/white"
|
|
|
- app:qmui_backgroundColor="@color/white"
|
|
|
- app:qmui_radius="@dimen/dp_4"
|
|
|
- android:paddingStart="@dimen/dp_10"
|
|
|
- android:paddingBottom="21dp"
|
|
|
- android:paddingEnd="@dimen/dp_11"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:paddingStart="17dp"
|
|
|
+ android:paddingEnd="16dp">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
- android:text="@string/bl_upload"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.QMUIRadiusImageView
|
|
|
- android:id="@+id/img_id_man"
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
+ android:id="@+id/ll_top"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="166dp"
|
|
|
- android:layout_marginStart="23dp"
|
|
|
- android:layout_marginEnd="22dp"
|
|
|
- android:layout_marginTop="22dp"
|
|
|
- android:onClick="@{v->vm.choseImg()}"
|
|
|
- app:qmui_border_color="@color/white"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@drawable/ic_company_bg"
|
|
|
- app:layout_constraintStart_toStartOf="@id/tv_title"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_title"
|
|
|
- app:qmui_radius="1dp"
|
|
|
- app:url="@{vm.imgBL}" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="@dimen/dp_10"
|
|
|
+ android:paddingEnd="@dimen/dp_11"
|
|
|
+ android:paddingBottom="21dp"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_radius="@dimen/dp_4">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="点击上传 "
|
|
|
- android:textColor="#7B7B7B"
|
|
|
- android:textSize="13sp" />
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:text="@string/bl_upload"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <com.qmuiteam.qmui.widget.QMUIRadiusImageView
|
|
|
+ android:id="@+id/img_id_man"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="166dp"
|
|
|
+ android:layout_marginStart="23dp"
|
|
|
+ android:layout_marginTop="22dp"
|
|
|
+ android:layout_marginEnd="22dp"
|
|
|
+ android:onClick="@{v->vm.choseImg()}"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@drawable/ic_company_bg"
|
|
|
+ app:layout_constraintStart_toStartOf="@id/tv_title"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_title"
|
|
|
+ app:qmui_border_color="@color/white"
|
|
|
+ app:qmui_radius="1dp"
|
|
|
+ app:url="@{vm.imgBL}" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="营业执照"
|
|
|
- android:textColor="#F5BF41"
|
|
|
- android:textSize="13sp" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="9dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="点击上传 "
|
|
|
+ android:textColor="#7B7B7B"
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="营业执照"
|
|
|
+ android:textColor="#F5BF41"
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
- android:id="@+id/lay_input"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="12dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingStart="11dp"
|
|
|
- android:paddingTop="3dp"
|
|
|
- android:paddingEnd="11dp"
|
|
|
- android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- app:qmui_backgroundColor="@color/white"
|
|
|
- app:qmui_borderColor="@color/white"
|
|
|
- app:qmui_radius="4dp">
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="公司名称" />
|
|
|
-
|
|
|
- <com.ysnows.base.widget.DelEditText
|
|
|
- android:id="@+id/edt_name"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:hint="请输入公司名称"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:gravity="right|center"
|
|
|
- android:text="@={vm.name}"
|
|
|
- android:textColorHint="#979899"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
-
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginEnd="3dp"
|
|
|
- android:layout_marginStart="2dp"
|
|
|
- android:background="@color/line_color"
|
|
|
- android:layout_height="@dimen/dp_1"/>
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
+ android:id="@+id/lay_input"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="11dp"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:paddingEnd="11dp"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_radius="4dp">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="统一社会信用代码" />
|
|
|
|
|
|
- <com.ysnows.base.widget.DelEditText
|
|
|
- android:id="@+id/edt_id_number"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:hint="请输入证件编号"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:text="@={vm.iDNumber}"
|
|
|
- android:gravity="center|right"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textColorHint="#979899"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="公司名称"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <com.ysnows.base.widget.DelEditText
|
|
|
+ android:id="@+id/edt_name"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="right|center"
|
|
|
+ android:hint="请输入公司名称"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@={vm.name}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginEnd="3dp"
|
|
|
- android:layout_marginStart="2dp"
|
|
|
- android:background="@color/line_color"
|
|
|
- android:layout_height="@dimen/dp_1"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="统一社会信用代码"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <com.ysnows.base.widget.DelEditText
|
|
|
+ android:id="@+id/edt_id_number"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center|right"
|
|
|
+ android:hint="请输入证件编号"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@={vm.iDNumber}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="公司地址"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <com.ysnows.base.widget.DelEditText
|
|
|
+ android:id="@+id/edt_addr"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center|right"
|
|
|
+ android:hint="请输入公司地址"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@={vm.companyAddr}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="公司地址" />
|
|
|
-
|
|
|
- <com.ysnows.base.widget.DelEditText
|
|
|
- android:id="@+id/edt_addr"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="11dp"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:paddingEnd="11dp"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:visibility="@{vm.isShow?View.GONE :View.VISIBLE}"
|
|
|
+ app:qmui_backgroundColor="@color/white"
|
|
|
+ app:qmui_borderColor="@color/white"
|
|
|
+ app:qmui_radius="4dp">
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:hint="请输入公司地址"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:text="@={vm.companyAddr}"
|
|
|
- android:gravity="center|right"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textColorHint="#979899"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="公司名称"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="right|center"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@{vm.name}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
|
|
|
- <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="12dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingStart="11dp"
|
|
|
- android:paddingTop="3dp"
|
|
|
- android:paddingEnd="11dp"
|
|
|
- android:visibility="@{vm.isShow?View.GONE :View.VISIBLE}"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- app:qmui_backgroundColor="@color/white"
|
|
|
- app:qmui_borderColor="@color/white"
|
|
|
- app:qmui_radius="4dp">
|
|
|
-
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="统一社会信用代码"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center|right"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@={vm.iDNumber}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="3dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="公司名称" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:gravity="right|center"
|
|
|
- android:text="@{vm.name}"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="56dp"
|
|
|
+ android:text="公司地址"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center|right"
|
|
|
+ android:paddingStart="@dimen/dp_18"
|
|
|
+ android:text="@={vm.companyAddr}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginEnd="3dp"
|
|
|
- android:layout_marginStart="2dp"
|
|
|
- android:background="@color/line_color"
|
|
|
- android:layout_height="@dimen/dp_1"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="统一社会信用代码" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:text="@={vm.iDNumber}"
|
|
|
- android:gravity="center|right"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_tip"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:text="@string/personal_verify_tip"
|
|
|
+ android:textColor="#767778"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/lay_input" />
|
|
|
|
|
|
|
|
|
- <View
|
|
|
+ <FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_marginEnd="3dp"
|
|
|
- android:layout_marginStart="2dp"
|
|
|
- android:background="@color/line_color"
|
|
|
- android:layout_height="@dimen/dp_1"/>
|
|
|
-
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:onClick="@{v->vm.toSubmit()}"
|
|
|
+ android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_tip">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_height="50dp">
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="106dp"
|
|
|
+ android:src="@drawable/ic_details_grab" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="14sp"
|
|
|
- android:minWidth="56dp"
|
|
|
- android:text="公司地址" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:paddingStart="@dimen/dp_18"
|
|
|
- android:text="@={vm.companyAddr}"
|
|
|
- android:gravity="center|right"
|
|
|
- android:textColor="#26292F"
|
|
|
- android:textSize="@dimen/sp_13" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_tip"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
- android:text="@string/personal_verify_tip"
|
|
|
- android:textColor="#767778"
|
|
|
- android:textSize="@dimen/sp_12"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/lay_input" />
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginTop="13dp"
|
|
|
- android:onClick="@{v->vm.toSubmit()}"
|
|
|
- android:visibility="@{vm.isShow?View.VISIBLE :View.GONE}"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_tip"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <ImageView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="106dp"
|
|
|
- android:src="@drawable/ic_details_grab" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="提交"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="16sp"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- </TextView>
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="提交"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="16sp">
|
|
|
|
|
|
- </FrameLayout>
|
|
|
+ </TextView>
|
|
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
|
|
|
- </LinearLayout >
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
-</layout >
|
|
|
+</layout>
|