mch_dialog_fragment_phoneyanzhenma.xml
8.3 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:gravity="center">
<LinearLayout
android:layout_width="290dp"
android:layout_height="320dp"
android:background="@drawable/mch_cricle_10dp_bg_white"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="45dp"
android:gravity="center">
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:text="手机号验证"
android:textColor="#ff333333"
android:textSize="18dp" />
</RelativeLayout>
<RelativeLayout
android:layout_width="55dp"
android:layout_height="55dp"
android:layout_marginLeft="118dp"
android:layout_marginRight="117dp"
android:layout_marginBottom="10dp"
android:gravity="center_horizontal">
<ImageView
android:id="@+id/image"
android:layout_width="55dp"
android:layout_height="55dp"
android:src="@drawable/logo"/>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/mch_et_bg"
android:gravity="center_vertical">
<EditText
android:id="@+id/edt_mc_platform_login_account"
android:layout_width="match_parent"
android:layout_height="35dp"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:background="#fbf9ff"
android:gravity="center"
android:hint="请输入手机号"
android:text=""
android:paddingLeft="10dp"
android:singleLine="true"
android:textColor="#8c8c8e"
android:textColorHint="#BFBFC2"
android:textSize="14dp"
android:maxLength="11"
android:inputType="number"
android:imeOptions="flagNoExtractUi">
<requestFocus />
</EditText>
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignBottom="@+id/edt_mc_platform_login_account"
android:background="#BFBFC2"/>
<RelativeLayout
android:id="@+id/rl_mch_login_acc_clear"
android:layout_width="33dp"
android:layout_height="33dp"
android:layout_alignParentRight="true"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/qingkong" />
</RelativeLayout>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="1"
android:layout_marginTop="12dp"
android:orientation="horizontal">
<com.mchsdk.paysdk.utils.VerificationCodeInputView
android:id="@+id/vciv_code2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
app:vciv_et_background="@color/mch_transparent"
app:vciv_et_cursor_color="#BFBFC2"
app:vciv_et_foucs_background="@color/mch_transparent"
app:vciv_et_height="28dp"
app:vciv_et_inputType="number"
app:vciv_et_number="6"
app:vciv_et_spacing="10dp"
app:vciv_et_text_color="@android:color/black"
app:vciv_et_text_size="18sp"
app:vciv_et_underline_default_color="#BFBFC2"
app:vciv_et_underline_focus_color="#BFBFC2"
app:vciv_et_underline_height="1dp"
app:vciv_et_underline_show="true"
app:vciv_et_width="30dp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="12dp"
android:gravity="center">
<TextView
android:id="@+id/btn_mc_platform_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:textColor="#ffcccccc"
android:textSize="14dp" />
</LinearLayout>
<!--最下面一行-->
<LinearLayout
android:layout_weight="1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:orientation="horizontal"
android:gravity="center">
<LinearLayout
android:id="@+id/ll_wblogin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/ll_mch_wxlogin"
android:layout_width="27dp"
android:layout_height="27dp"
android:layout_margin="5dp"
android:background="@drawable/weixin" />
<ImageView
android:id="@+id/ll_mch_qqlogin"
android:layout_width="27dp"
android:layout_height="27dp"
android:layout_margin="15dp"
android:background="@drawable/qq" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="登录即同意"
android:textSize="12dp"
android:textColor="#333333" />
<TextView
android:id="@+id/txt_btn_agreement"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="2dp"
android:text="《用户协议》"
android:textSize="12dp"
android:textColor="@color/mch_yanse" />
<TextView
android:id="@+id/txt_btn_protoal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="2dp"
android:text="《隐私政策》"
android:textSize="12dp"
android:textColor="@color/mch_yanse" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>