149 lines
5.3 KiB
XML
149 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:viewBindingIgnore="true"
|
|
android:background="@color/mainBg">
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:layout_marginTop="44dp"
|
|
android:background="@color/bottomCuttingLine"/>
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="54dp"
|
|
android:background="@android:color/white">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:text="同意个人协议"
|
|
android:textColor="@android:color/black"
|
|
android:textSize="14sp"
|
|
android:layout_marginLeft="16dp"/>
|
|
<Button
|
|
android:id="@+id/be_anchor_button_contract"
|
|
android:layout_centerVertical="true"
|
|
android:layout_width="64dp"
|
|
android:layout_height="28dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="16dp"
|
|
android:text="去完成"
|
|
android:textSize="14sp"/>
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/bottomCuttingLine"/>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="54dp"
|
|
android:background="@android:color/white">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:text="完成自拍认证"
|
|
android:textColor="@android:color/black"
|
|
android:textSize="14sp"
|
|
android:layout_marginLeft="16dp"/>
|
|
<Button
|
|
android:id="@+id/be_anchor_button_selfie"
|
|
android:layout_centerVertical="true"
|
|
android:layout_width="64dp"
|
|
android:layout_height="28dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="16dp"
|
|
android:text="去完成"
|
|
android:textSize="14sp"/>
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/bottomCuttingLine"/>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="54dp"
|
|
android:background="@android:color/white">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:text="完善相册"
|
|
android:textColor="@android:color/black"
|
|
android:textSize="14sp"
|
|
android:layout_marginLeft="16dp"/>
|
|
<Button
|
|
android:id="@+id/be_anchor_button_album"
|
|
android:layout_centerVertical="true"
|
|
android:layout_width="64dp"
|
|
android:layout_height="28dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="16dp"
|
|
android:text="去完成"
|
|
android:textSize="14sp"/>
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/bottomCuttingLine"/>
|
|
|
|
<RelativeLayout
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="54dp"
|
|
android:background="@android:color/white">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:text="女神技能"
|
|
android:textColor="@android:color/black"
|
|
android:textSize="14sp"
|
|
android:layout_marginLeft="16dp"/>
|
|
<Button
|
|
android:id="@+id/be_anchor_button_skill"
|
|
android:layout_centerVertical="true"
|
|
android:layout_width="64dp"
|
|
android:layout_height="28dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="16dp"
|
|
android:text="去完成"
|
|
android:textSize="14sp"/>
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="2px"
|
|
android:background="@color/bottomCuttingLine"/>
|
|
|
|
<Button
|
|
android:visibility="gone"
|
|
android:id="@+id/be_anchor_button_confirm"
|
|
android:layout_width="295dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginTop="80dp"
|
|
android:layout_gravity="center"
|
|
android:text="提交审核"
|
|
android:textSize="17sp"
|
|
android:enabled="false"/>
|
|
|
|
<TextView
|
|
android:id="@+id/be_anchor_abnormal_status"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:text=""
|
|
android:textSize="14sp"
|
|
android:textColor="@color/verfyNotificationBackground"/>
|
|
|
|
</LinearLayout> |