<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/fragment_su_auto_wait_face"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<!--2. 人脸验证状态-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:id="@+id/wait_id_card"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:layout_width="@dimen/h310"
|
android:layout_height="@dimen/h310"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="@dimen/h137"
|
android:background="#3374F8F5"
|
android:visibility="invisible" />
|
|
<com.basic.security.widget.FaceOuterBorderView
|
android:layout_width="@dimen/h310"
|
android:layout_height="@dimen/h310"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="@dimen/h137"
|
android:visibility="invisible" />
|
|
<com.basic.security.widget.PlusView
|
android:id="@+id/plus_view"
|
android:layout_width="@dimen/h310"
|
android:layout_height="@dimen/h310"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="@dimen/h137"
|
android:visibility="invisible" />
|
|
<TextView
|
android:id="@+id/tips_message"
|
android:layout_width="@dimen/w570"
|
android:layout_height="@dimen/h100"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="@dimen/h520"
|
android:background="@drawable/border_round_circle_blue"
|
android:text="请正脸对准摄像头"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_22"
|
android:textStyle="bold"
|
android:gravity="center"
|
android:visibility="gone"/>
|
|
</RelativeLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h20" />
|
|
<TextView
|
android:id="@+id/fragment_su_auto_wait_face_video_view_size"
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="635" />
|
</LinearLayout>
|
</RelativeLayout>
|