77 lines
3.1 KiB
XML
77 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginRight="30dp"
|
|
android:background="@mipmap/bg_dialog_girlauth"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="147dp"
|
|
android:text="完成真人认证"
|
|
android:textColor="@color/one_text"
|
|
android:textSize="20sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0dp"
|
|
android:layout_marginStart="28dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginEnd="28dp"
|
|
android:layout_weight="1"
|
|
android:text="你还未完成真人认证,已为你找到优质的另一半,请尽快完成认证,才可以和异性聊天哦。"
|
|
android:textColor="@color/three_text"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/realBtn"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="20dp"
|
|
android:minHeight="44dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/shape_personal_main_start_video_button"
|
|
android:gravity="center"
|
|
android:paddingTop="10dp"
|
|
android:paddingBottom="10dp"
|
|
android:text="马上认证"
|
|
android:textColor="@color/white"
|
|
android:textSize="17sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvClose"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="22dp"
|
|
android:padding="6dp"
|
|
android:text="以后再说"
|
|
android:textColor="@color/three_text"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/closeBtn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:src="@mipmap/auth_close" />
|
|
</LinearLayout>
|
|
</RelativeLayout> |