1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <LinearLayout
3
+ android : orientation =" vertical"
4
+ android : layout_width =" match_parent"
5
+ android : layout_height =" wrap_content"
6
+ xmlns : android =" http://schemas.android.com/apk/res/android" >
7
+ <LinearLayout
8
+ android : orientation =" vertical"
9
+ android : id =" @+id/lay_stream_security"
10
+ android : layout_width =" match_parent"
11
+ android : layout_height =" wrap_content"
12
+ android : layout_marginTop =" 8.0dip"
13
+ android : layout_marginBottom =" 16.0dip" >
14
+ <TextView
15
+ android : layout_width =" wrap_content"
16
+ android : layout_height =" wrap_content"
17
+ android : text =" @string/server_lab_stream_security" />
18
+ <Spinner
19
+ android : entries =" @array/streamsecuritys"
20
+ android : id =" @+id/sp_stream_security"
21
+ android : background =" @drawable/uwu_bg_spinner"
22
+ android : focusable =" true"
23
+ android : nextFocusDown =" @+id/et_sni"
24
+ android : clickable =" true"
25
+ android : layout_width =" match_parent"
26
+ android : layout_height =" @dimen/edit_height"
27
+ android : foreground =" ?android:selectableItemBackground" />
28
+ </LinearLayout >
29
+ <LinearLayout
30
+ android : orientation =" vertical"
31
+ android : id =" @+id/lay_sni"
32
+ android : layout_width =" match_parent"
33
+ android : layout_height =" wrap_content"
34
+ android : layout_marginTop =" 0.0dip"
35
+ android : layout_marginBottom =" 8.0dip" >
36
+ <com .google.android.material.textfield.TextInputLayout
37
+ android : layout_width =" match_parent"
38
+ android : layout_height =" wrap_content"
39
+ android : hint =" @string/server_lab_sni"
40
+ style =" @style/Outline_TextInputLayout" >
41
+ <com .google.android.material.textfield.TextInputEditText
42
+ android : id =" @+id/et_sni"
43
+ android : nextFocusDown =" @+id/sp_stream_fingerprint"
44
+ android : layout_width =" match_parent"
45
+ android : layout_height =" wrap_content"
46
+ android : inputType =" text" />
47
+ </com .google.android.material.textfield.TextInputLayout>
48
+ </LinearLayout >
49
+ <LinearLayout
50
+ android : orientation =" vertical"
51
+ android : id =" @+id/lay_allow_insecure"
52
+ android : layout_width =" match_parent"
53
+ android : layout_height =" wrap_content"
54
+ android : layout_marginTop =" 8.0dip"
55
+ android : layout_marginBottom =" 16.0dip" >
56
+ <TextView
57
+ android : layout_width =" wrap_content"
58
+ android : layout_height =" wrap_content"
59
+ android : text =" @string/server_lab_allow_insecure" />
60
+ <Spinner
61
+ android : entries =" @array/allowinsecures"
62
+ android : id =" @+id/sp_allow_insecure"
63
+ android : background =" @drawable/uwu_bg_spinner"
64
+ android : focusable =" true"
65
+ android : clickable =" true"
66
+ android : layout_width =" match_parent"
67
+ android : layout_height =" @dimen/edit_height"
68
+ android : foreground =" ?android:selectableItemBackground" />
69
+ </LinearLayout >
70
+ </LinearLayout >
0 commit comments