File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
sample/src/main/res/values Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <resources >
3
2
3
+ <resources >
4
4
<string name =" app_name" >Android Async Http Samples</string >
5
+
6
+ <string name =" button_run" >Run</string >
7
+ <string name =" label_headers" >Headers (key=val, one per line)</string >
8
+ <string name =" label_req_body" >Request body</string >
9
+ <string name =" button_cancel" >Cancel</string >
10
+
5
11
<string name =" title_get_sample" >GET</string >
6
12
<string name =" title_json_sample" >GET JSON and parse it</string >
7
13
<string name =" title_post_sample" >POST</string >
17
23
<string name =" title_gzip_sample" >GET Gzipped JSON and parse it</string >
18
24
<string name =" title_intent_service_sample" >IntentService Synchronised Request</string >
19
25
<string name =" title_post_files" >Post Multipart-encoded files</string >
20
- <string name =" button_run" >Run</string >
21
- <string name =" label_headers" >Headers (key=val, one per line)</string >
22
- <string name =" label_req_body" >Request body</string >
23
- <string name =" button_cancel" >Cancel</string >
24
26
<string name =" title_redirect_302" >302 Redirect handling</string >
25
27
</resources >
You can’t perform that action at this time.
0 commit comments