|
|
@@ -41,7 +41,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="直系亲属联系人姓名:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_family_name"
|
|
|
android:layout_width="150dp"
|
|
|
@@ -70,7 +71,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="直系亲属联系人关系:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
|
|
|
<android.support.v7.widget.AppCompatSpinner
|
|
|
android:id="@+id/spinner_family_relation"
|
|
|
@@ -102,7 +104,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="手机号码:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_family_mobile"
|
|
|
android:layout_width="150dp"
|
|
|
@@ -127,7 +130,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="住宅电话:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_family_zone_code"
|
|
|
android:layout_width="80dp"
|
|
|
@@ -174,7 +178,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="紧急联系人姓名:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_urgent_name"
|
|
|
android:layout_width="150dp"
|
|
|
@@ -202,7 +207,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="紧急联系人关系:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<android.support.v7.widget.AppCompatSpinner
|
|
|
android:id="@+id/spinner_urgent_relation"
|
|
|
android:layout_width="100dp"
|
|
|
@@ -234,7 +240,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="手机号码:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_urgent_mobile"
|
|
|
android:layout_width="150dp"
|
|
|
@@ -258,7 +265,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="2dp"
|
|
|
android:text="住宅电话:"
|
|
|
- android:textColor="@color/gray_4"/>
|
|
|
+ android:textColor="@color/gray_4"
|
|
|
+ android:textSize="13sp"/>
|
|
|
<com.kfzs.libs.widget.CompleteCommitEditText
|
|
|
android:id="@+id/edt_citic_urgent_zone_code"
|
|
|
android:layout_width="80dp"
|