DeteMin
2020-03-31 77c62e023d2dc31200fc696158df84b3aee90ee7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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>