|
|
@@ -0,0 +1,70 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="288dp"
|
|
|
+ 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="25dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/mine_real_authentication_be_authentication"
|
|
|
+ android:textColor="@color/text_black_33"
|
|
|
+ android:textSize="@dimen/px48_16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:lineSpacingExtra="3dp"
|
|
|
+ android:text="@string/mine_real_authentication_be_authentication_tips"
|
|
|
+ android:textColor="@color/text_black_66"
|
|
|
+ android:textSize="@dimen/px39_13sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="29dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="400-692-0099"
|
|
|
+ android:textColor="@color/text_black_33"
|
|
|
+ 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">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@mipmap/ic_call_service"
|
|
|
+ android:drawablePadding="10dp"
|
|
|
+ android:text="@string/mine_real_once_call_phone"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/px48_16sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+</LinearLayout>
|