|
@@ -31,8 +31,10 @@
|
|
|
android:text="证件有效期" />
|
|
android:text="证件有效期" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_card_time"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
- android:hint="重要信息,请正确填写" />
|
|
|
|
|
|
|
+ android:hint="重要信息,请正确填写"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -43,10 +45,12 @@
|
|
|
android:text="所在地" />
|
|
android:text="所在地" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_address_origin"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请选择"
|
|
android:hint="请选择"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -56,10 +60,12 @@
|
|
|
android:text="住在地址" />
|
|
android:text="住在地址" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_address_now"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请选择"
|
|
android:hint="请选择"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -70,9 +76,11 @@
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
|
|
+ android:id="@+id/edit_email"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -81,7 +89,16 @@
|
|
|
style="@style/creditCardInputItemTitleStyle"
|
|
style="@style/creditCardInputItemTitleStyle"
|
|
|
android:text="婚姻状况" />
|
|
android:text="婚姻状况" />
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <CheckBox
|
|
|
|
|
+ android:id="@+id/cbx_marry_yes"
|
|
|
|
|
+ style="@style/checkbox_creditcard_marry_style"
|
|
|
|
|
+ android:text="是"/>
|
|
|
|
|
+ <CheckBox
|
|
|
|
|
+ android:id="@+id/cbx_marry_no"
|
|
|
|
|
+ style="@style/checkbox_creditcard_marry_style"
|
|
|
|
|
+ android:text="否"
|
|
|
|
|
+ android:layout_marginLeft="30dp"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -91,10 +108,12 @@
|
|
|
android:text="教育程度" />
|
|
android:text="教育程度" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_edu_info"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -104,10 +123,12 @@
|
|
|
android:text="单位名称" />
|
|
android:text="单位名称" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_company_name"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -117,10 +138,12 @@
|
|
|
android:text="单位城市" />
|
|
android:text="单位城市" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_company_city"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -130,10 +153,12 @@
|
|
|
android:text="单位地址" />
|
|
android:text="单位地址" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_company_address"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -143,10 +168,12 @@
|
|
|
android:text="单位电话" />
|
|
android:text="单位电话" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_company_tel"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
<LinearLayout style="@style/creditCardInputItemStyle">
|
|
@@ -156,10 +183,12 @@
|
|
|
android:text="工作年限" />
|
|
android:text="工作年限" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_work_life"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -173,10 +202,12 @@
|
|
|
style="@style/creditCardInputItemTitleStyle"
|
|
style="@style/creditCardInputItemTitleStyle"
|
|
|
android:text="直属亲属名字" />
|
|
android:text="直属亲属名字" />
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_family_name"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -190,10 +221,12 @@
|
|
|
android:paddingRight="4dp"
|
|
android:paddingRight="4dp"
|
|
|
android:text="关系" />
|
|
android:text="关系" />
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_relationship"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
@@ -206,10 +239,12 @@
|
|
|
android:paddingRight="4dp"
|
|
android:paddingRight="4dp"
|
|
|
android:text="电话" />
|
|
android:text="电话" />
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_family_tel"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="186****4624"
|
|
android:hint="186****4624"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -222,10 +257,12 @@
|
|
|
android:text="其他联系人" />
|
|
android:text="其他联系人" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
|
|
+ android:id="@+id/edit_relationship_other"
|
|
|
style="@style/creditCardInputItemEtStyle"
|
|
style="@style/creditCardInputItemEtStyle"
|
|
|
android:hint="请填写"
|
|
android:hint="请填写"
|
|
|
android:inputType="number"
|
|
android:inputType="number"
|
|
|
- android:maxLength="11" />
|
|
|
|
|
|
|
+ android:maxLength="11"
|
|
|
|
|
+ android:enabled="false"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
@@ -245,13 +282,13 @@
|
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginTop="12dp"
|
|
|
/>
|
|
/>
|
|
|
<com.kfzs.libs.widget.alpha.AlphaButton
|
|
<com.kfzs.libs.widget.alpha.AlphaButton
|
|
|
- android:id="@+id/btn_next"
|
|
|
|
|
|
|
+ android:id="@+id/btn_commit_info"
|
|
|
style="@style/creditCardBtnGradientStyle"
|
|
style="@style/creditCardBtnGradientStyle"
|
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginTop="12dp"
|
|
|
- android:text="下一步" />
|
|
|
|
|
|
|
+ android:text="提交信息" />
|
|
|
|
|
|
|
|
<com.kfzs.libs.widget.alpha.AlphaButton
|
|
<com.kfzs.libs.widget.alpha.AlphaButton
|
|
|
- android:id="@+id/btn_fix_infos"
|
|
|
|
|
|
|
+ android:id="@+id/btn_modify_infos"
|
|
|
style="@style/creditCardBtnGradientStyle"
|
|
style="@style/creditCardBtnGradientStyle"
|
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginTop="12dp"
|
|
|
android:text="修改提交信息" />
|
|
android:text="修改提交信息" />
|