summaryrefslogtreecommitdiff
path: root/src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml')
-rw-r--r--src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml b/src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml
new file mode 100644
index 0000000..3f11b19
--- /dev/null
+++ b/src/plugins/android.codeutils/templates/activity_samples/endless_list_pull_to_refresh/endless_list_pull_to_refresh_strings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<resources>
+ <string name="last_updated">Last updated on %s</string>
+ <string name="pull_to_refresh">Pull to refresh</string>
+ <string name="release_to_refresh">Release to refresh</string>
+ <string name="selected_element_message">Selected element is: %s</string>
+ <string name="list_item_number">List Item %s</string>
+ <string name="loading_message">Loading...</string>
+</resources>