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 --- about/src/main/res/layout/kau_iitem_faq.xml | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 about/src/main/res/layout/kau_iitem_faq.xml (limited to 'about/src/main/res/layout/kau_iitem_faq.xml') diff --git a/about/src/main/res/layout/kau_iitem_faq.xml b/about/src/main/res/layout/kau_iitem_faq.xml new file mode 100644 index 0000000..4a0f7fc --- /dev/null +++ b/about/src/main/res/layout/kau_iitem_faq.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3