1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
3
- android : layout_width =" fill_parent"
4
- android : layout_height =" fill_parent"
5
- android : fillViewport =" true" >
3
+ android : layout_width =" fill_parent"
4
+ android : layout_height =" fill_parent"
5
+ android : fillViewport =" true" >
6
6
7
7
<LinearLayout
8
8
android : focusable =" true"
11
11
android : layout_height =" wrap_content"
12
12
android : orientation =" vertical" >
13
13
14
- <requestFocus />
14
+ <requestFocus />
15
15
16
16
<LinearLayout
17
17
android : id =" @+id/layout_url"
24
24
android : layout_width =" 0dp"
25
25
android : layout_height =" wrap_content"
26
26
android : layout_weight =" 1"
27
- android : inputType =" textUri" />
27
+ android : inputType =" textUri" />
28
28
29
29
<Button
30
- android : id =" @+id/button_run "
30
+ android : id =" @+id/button_cancel "
31
31
android : layout_width =" wrap_content"
32
32
android : layout_height =" wrap_content"
33
- android : text =" @string/button_run" />
33
+ android : visibility =" gone"
34
+ android : text =" @string/button_cancel" />
34
35
35
36
<Button
36
- android : id =" @+id/button_cancel "
37
+ android : id =" @+id/button_run "
37
38
android : layout_width =" wrap_content"
38
39
android : layout_height =" wrap_content"
39
- android : visibility =" gone"
40
- android : text =" @string/button_cancel" />
40
+ android : text =" @string/button_run" />
41
41
</LinearLayout >
42
42
43
43
<LinearLayout
49
49
<TextView
50
50
android : layout_width =" fill_parent"
51
51
android : layout_height =" wrap_content"
52
- android : text =" @string/label_headers" />
52
+ android : text =" @string/label_headers" />
53
53
54
54
<EditText
55
55
android : id =" @+id/edit_headers"
56
56
android : layout_width =" fill_parent"
57
57
android : layout_height =" wrap_content"
58
58
android : inputType =" textMultiLine"
59
59
android : minLines =" 3"
60
- android : singleLine =" false" />
60
+ android : singleLine =" false" />
61
61
62
62
</LinearLayout >
63
63
70
70
<TextView
71
71
android : layout_width =" fill_parent"
72
72
android : layout_height =" wrap_content"
73
- android : text =" @string/label_req_body" />
73
+ android : text =" @string/label_req_body" />
74
74
75
75
<EditText
76
76
android : id =" @+id/edit_body"
77
77
android : layout_width =" fill_parent"
78
78
android : layout_height =" wrap_content"
79
79
android : inputType =" textMultiLine"
80
80
android : minLines =" 3"
81
- android : singleLine =" false" />
81
+ android : singleLine =" false" />
82
82
83
83
</LinearLayout >
84
84
85
85
<LinearLayout
86
86
android : id =" @+id/layout_response"
87
87
android : layout_width =" fill_parent"
88
88
android : layout_height =" wrap_content"
89
- android : orientation =" vertical" />
89
+ android : orientation =" vertical" />
90
90
91
91
</LinearLayout >
92
92
</ScrollView >
0 commit comments