From bafc1996d803862d30a2c7d0c402d30c79c4f647 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 3 Aug 2017 15:18:20 -0700 Subject: 3.2.2 - Create faq parser and update sample (#19) * Test emulator * Update readme * Update fastadapter and about listing * Make faq parser asynchronous * Modularize about panels * Add basis for faq * Test and finalize the faq panel * Update readme * Update changelog * Remove emulator for now * Update sample --- sample/src/main/res/xml/kau_changelog.xml | 13 ++++++++----- sample/src/main/res/xml/kau_faq.xml | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 sample/src/main/res/xml/kau_faq.xml (limited to 'sample/src/main/res/xml') diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index db6a504..df6ec2b 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,14 +6,17 @@ --> - - - + + + + + + + + - - diff --git a/sample/src/main/res/xml/kau_faq.xml b/sample/src/main/res/xml/kau_faq.xml new file mode 100644 index 0000000..5230a31 --- /dev/null +++ b/sample/src/main/res/xml/kau_faq.xml @@ -0,0 +1,14 @@ + + + + This is a FAQ question + This is a FAQ answer + HTML tags]]> + questions and answers are automatically parsed with HTML]]> + Links + +
  • Github
  • +
  • Page
  • +
  • Play Store
  • + ]]> + \ No newline at end of file -- cgit v1.2.3