Skip to content

Commit ad756bf

Browse files
author
Noor Dawod
committed
Restructure strings.xml file a bit, new samples added at the end.
1 parent a44faad commit ad756bf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sample/src/main/res/values/strings.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<resources>
32

3+
<resources>
44
<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+
511
<string name="title_get_sample">GET</string>
612
<string name="title_json_sample">GET JSON and parse it</string>
713
<string name="title_post_sample">POST</string>
@@ -17,9 +23,5 @@
1723
<string name="title_gzip_sample">GET Gzipped JSON and parse it</string>
1824
<string name="title_intent_service_sample">IntentService Synchronised Request</string>
1925
<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>
2426
<string name="title_redirect_302">302 Redirect handling</string>
2527
</resources>

0 commit comments

Comments
 (0)