|
|
@@ -0,0 +1,282 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#f3f3f3"
|
|
|
+ android:orientation="vertical">
|
|
|
+<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:background="@color/white">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="直系亲属联系人姓名:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_family_name"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:hint="直系亲属姓名"
|
|
|
+ style="@style/citic_creditCardFontStyle"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="直系亲属联系人关系:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+
|
|
|
+ <android.support.v7.widget.AppCompatSpinner
|
|
|
+ android:id="@+id/spinner_family_relation"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:background="@null"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:dropDownVerticalOffset="30dp"
|
|
|
+ android:singleLine="true"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="手机号码:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_family_mobile"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:inputType="phone"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="住宅电话:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_family_zone_code"
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:inputType="number"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:gravity="center"
|
|
|
+ android:hint="区号"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_family_tel"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:gravity="center"
|
|
|
+ android:inputType="number"
|
|
|
+ android:hint="电话"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@color/white">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="紧急联系人姓名:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_urgent_name"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="紧急联系人关系:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <android.support.v7.widget.AppCompatSpinner
|
|
|
+ android:id="@+id/spinner_urgent_relation"
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:dropDownVerticalOffset="30dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ style="@style/citic_creditCardFontStyle"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="*"
|
|
|
+ android:textColor="@color/red"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="手机号码:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_urgent_mobile"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:inputType="phone"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:gravity="center_vertical">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="2dp"
|
|
|
+ android:text="住宅电话:"
|
|
|
+ android:textColor="@color/gray_4"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_urgent_zone_code"
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:inputType="number"
|
|
|
+ android:gravity="center"
|
|
|
+ android:hint="区号"/>
|
|
|
+ <View
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:background="@color/gray"/>
|
|
|
+ <com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
+ android:id="@+id/edt_citic_urgent_tel"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/citic_creditCardFontStyle"
|
|
|
+ android:gravity="center"
|
|
|
+ android:inputType="number"
|
|
|
+ android:hint="电话"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <com.kfzs.libs.widget.alpha.AlphaButton
|
|
|
+ android:id="@+id/btn_citic_commit"
|
|
|
+ style="@style/citic_creditCardBtnGradientStyle"
|
|
|
+ android:text="提交>" />
|
|
|
+</LinearLayout>
|
|
|
+
|
|
|
+</ScrollView>
|