|
|
@@ -6,27 +6,33 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="288dp"
|
|
|
- android:layout_height="307dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:background="@drawable/corners_white_14dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="55dp"
|
|
|
+ android:layout_height="66dp"
|
|
|
+ android:layout_marginTop="33dp"
|
|
|
+ android:background="@mipmap/ic_authentication_replay" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="29dp"
|
|
|
- android:layout_marginTop="53dp"
|
|
|
+ android:layout_marginTop="25dp"
|
|
|
android:gravity="center"
|
|
|
android:text="@string/mine_real_authentication_be_authentication"
|
|
|
android:textColor="@color/text_black_33"
|
|
|
- android:textSize="@dimen/px60_20sp"
|
|
|
+ android:textSize="@dimen/px48_16sp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="11dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:gravity="center"
|
|
|
- android:lineSpacingExtra="2dp"
|
|
|
+ android:lineSpacingExtra="3dp"
|
|
|
android:text="@string/mine_real_authentication_be_authentication_tips"
|
|
|
android:textColor="@color/text_black_66"
|
|
|
android:textSize="@dimen/px39_13sp" />
|
|
|
@@ -38,14 +44,14 @@
|
|
|
android:gravity="center"
|
|
|
android:text="400-692-0099"
|
|
|
android:textColor="@color/text_black_33"
|
|
|
- android:textSize="@dimen/px69_23sp"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:textSize="@dimen/px69_23sp" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_call"
|
|
|
android:layout_width="188dp"
|
|
|
android:layout_height="42dp"
|
|
|
android:layout_marginTop="35dp"
|
|
|
+ android:layout_marginBottom="37dp"
|
|
|
android:background="@drawable/corners_blue_21"
|
|
|
android:gravity="center">
|
|
|
|