gt3_wait_progressdialog.xml
2.5 KB
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
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:layout_width="220dp"
android:layout_height="140dp"
android:layout_centerInParent="true"
android:background="@drawable/gt3_dialog_shape">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="#fff">
<!--<com.geetest.sdk.views.GT3GifView-->
<!--android:id="@+id/gt3_wait_iv"-->
<!--android:layout_width="wrap_content"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_centerHorizontal="true" />-->
<FrameLayout
android:id="@+id/gt3_wait_iv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true" />
<TextView
android:id="@+id/gt3_wait_tv2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/gt3_wait_iv"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:text="@string/gt3_geetest_checking"
android:textColor="#FF383838"
android:textSize="14sp"
android:background="#fff"/>
</RelativeLayout>
<View
android:id="@+id/gt3_wait_view1"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_above="@+id/gt3_wait_ll"
android:background="#efefef"
android:visibility="invisible" />
<RelativeLayout
android:id="@+id/gt3_wait_ll"
android:layout_width="match_parent"
android:layout_height="26dp"
android:layout_alignParentBottom="true"
android:gravity="center_horizontal"
android:visibility="invisible"
android:background="#fff">
<TextView
android:id="@+id/gt3_wait_tvvv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:drawableLeft="@drawable/gt3logo"
android:drawablePadding="4dp"
android:text="@string/gt3_geetest_support"
android:textColor="#cacaca"
android:textSize="10sp"
android:background="#fff"/>
</RelativeLayout>
</RelativeLayout>