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/menu/menu_main.xml | 16 ++++++++-------- sample/src/main/res/xml/kau_changelog.xml | 13 ++++++++----- sample/src/main/res/xml/kau_faq.xml | 14 ++++++++++++++ 3 files changed, 30 insertions(+), 13 deletions(-) create mode 100644 sample/src/main/res/xml/kau_faq.xml (limited to 'sample/src/main/res') diff --git a/sample/src/main/res/menu/menu_main.xml b/sample/src/main/res/menu/menu_main.xml index 039c2c9..f8933f3 100644 --- a/sample/src/main/res/menu/menu_main.xml +++ b/sample/src/main/res/menu/menu_main.xml @@ -1,13 +1,19 @@ + tools:context="ca.allanwang.kau.sample.MainActivity"> + app:showAsAction="always" /> + + - - 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