File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 30
30
android : id =" @+id/button_run"
31
31
android : layout_width =" wrap_content"
32
32
android : layout_height =" wrap_content"
33
- android : text =" Run " />
33
+ android : text =" @string/button_run " />
34
34
</LinearLayout >
35
35
36
36
<LinearLayout
42
42
<TextView
43
43
android : layout_width =" fill_parent"
44
44
android : layout_height =" wrap_content"
45
- android : text =" Headers (key=val, one per line) " />
45
+ android : text =" @string/label_headers " />
46
46
47
47
<EditText
48
48
android : id =" @+id/edit_headers"
63
63
<TextView
64
64
android : layout_width =" fill_parent"
65
65
android : layout_height =" wrap_content"
66
- android : text =" Request body " />
66
+ android : text =" @string/label_req_body " />
67
67
68
68
<EditText
69
69
android : id =" @+id/edit_body"
Original file line number Diff line number Diff line change 9
9
<string name =" title_delete_sample" >DELETE</string >
10
10
<string name =" title_file_sample" >GET to File</string >
11
11
<string name =" title_binary_sample" >GET binary data</string >
12
+ <string name =" button_run" >Run</string >
13
+ <string name =" label_headers" >Headers (key=val, one per line)</string >
14
+ <string name =" label_req_body" >Request body</string >
12
15
</resources >
You can’t perform that action at this time.
0 commit comments