From 87c962c47189cac2f9954c94a55e36770accfb70 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 8 May 2012 16:34:47 +0200 Subject: Add FAQ Dialog, will be filled with more Items later --- res/layout/faq.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 res/layout/faq.xml (limited to 'res/layout/faq.xml') diff --git a/res/layout/faq.xml b/res/layout/faq.xml new file mode 100644 index 00000000..195acad8 --- /dev/null +++ b/res/layout/faq.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From ea9099be0512f0475be5082ba3453fc54717f346 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 8 May 2012 16:43:20 +0200 Subject: more todo, add Copying faq --- res/layout/faq.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'res/layout/faq.xml') diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 195acad8..8cdf7326 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -16,6 +16,15 @@ style="@style/faqitem" android:text="@string/faq_tap_mode" /> + + + + + -- cgit v1.2.3