aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/res/xml/test_faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/androidTest/res/xml/test_faq.xml')
-rw-r--r--core/src/androidTest/res/xml/test_faq.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/androidTest/res/xml/test_faq.xml b/core/src/androidTest/res/xml/test_faq.xml
new file mode 100644
index 0000000..4905df3
--- /dev/null
+++ b/core/src/androidTest/res/xml/test_faq.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <question>This is a question</question>
+ <answer>This is an answer</answer>
+ <question>This is another question</question>
+ <answer>This is another answer</answer>
+
+</resources> \ No newline at end of file