aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/kau_faq.xml
blob: 859b0400beeab2c27ae2c99c45cfa1e23f2ac99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <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>
    <question>Links</question>
    <answer><![CDATA[<ul>
    <li><a href="https://github.com/AllanWang/KAU">Github</a><li>
    <li><a href="https://allanwang.github.io/KAU">Page</a><li>
    <li><a href="https://play.google.com/store/apps/details?id=ca.allanwang.kau.sample&utm_source=sample">Play Store</a><li>
    </ul>]]></answer>
</resources>