xfgame_certification.xml
2.9 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
76
77
78
79
80
81
82
83
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/xfgame_layout_width"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/xfgame_base_background"
android:orientation="vertical">
<com.xuanfeng.sdk.ui.weight.SDKBackTitleBar
android:id="@+id/xf_certification_btb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/xfgame_space_normal" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical"
android:paddingLeft="40dp"
android:paddingTop="10dp"
android:paddingRight="40dp"
android:paddingBottom="5dp">
<FrameLayout style="@style/xfgame.input.downline">
<LinearLayout style="@style/xfgame.input.xiafeng">
<EditText
android:id="@+id/xf_certification_real_name_et"
style="@style/xfgame.input.edittext"
android:hint="@string/xfgame_real_name_hint" />
<RelativeLayout
android:id="@+id/xf_certification_cls"
style="@style/xfgame.image.right_cls_icon_rl"
android:visibility="invisible">
<ImageView style="@style/xfgame.image.right_cls_icon" />
</RelativeLayout>
</LinearLayout>
<ImageView
style="@style/xfgame.image.left_icon"
android:background="@drawable/xfgame_user" />
</FrameLayout>
<FrameLayout
style="@style/xfgame.input.downline"
android:layout_marginTop="@dimen/xfgame_space_normal">
<LinearLayout style="@style/xfgame.input.xiafeng">
<EditText
android:id="@+id/xf_certification_id_card_et"
style="@style/xfgame.input.edittext.account"
android:layout_weight="1"
android:hint="@string/xfgame_id_card_hint" />
</LinearLayout>
<ImageView
style="@style/xfgame.image.left_icon"
android:background="@drawable/xfgame_user_auth" />
</FrameLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/xfgame_space_normal"
android:paddingBottom="@dimen/xfgame_space_small_big">
<Button
android:id="@+id/xf_certification_commit_bt"
style="@style/xfgame.button.hoyo_zero"
android:layout_width="match_parent"
android:layout_centerHorizontal="true"
android:text="@string/xfgame_commit_bind" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>