aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/kau_faq.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-01-01 23:22:51 -0500
committerAllan Wang <me@allanwang.ca>2018-01-01 23:22:51 -0500
commit71f5dc2f7ce5b8183421586e6a77be65040a4dff (patch)
treefedd18e271463ce2430637a9913e8470e84181ce /sample/src/main/res/xml/kau_faq.xml
parentf94d6f9694973c2a323e565794d948002593df0a (diff)
downloadkau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.tar.gz
kau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.tar.bz2
kau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.zip
Format everything and use reified generics
Diffstat (limited to 'sample/src/main/res/xml/kau_faq.xml')
-rw-r--r--sample/src/main/res/xml/kau_faq.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_faq.xml b/sample/src/main/res/xml/kau_faq.xml
index 5230a31..859b040 100644
--- a/sample/src/main/res/xml/kau_faq.xml
+++ b/sample/src/main/res/xml/kau_faq.xml
@@ -4,7 +4,8 @@
<question>This is a FAQ question</question>
<answer>This is a FAQ answer</answer>
<question><![CDATA[Supports <b>HTML</b> <i>tags</i>]]></question>
- <answer><![CDATA[Both <u>questions</u> and <u>answers</u> are automatically parsed with <b>HTML</b>]]></answer>
+ <answer>
+ <![CDATA[Both <u>questions</u> and <u>answers</u> are automatically parsed with <b>HTML</b>]]></answer>
<question>Links</question>
<answer><![CDATA[<ul>
<li><a href="https://github.com/AllanWang/KAU">Github</a><li>