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') 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') 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 From c08b39906f2a54e1211fedb8bcc3f1469b42d6f0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 8 May 2012 17:55:54 +0200 Subject: more about --- res/layout/about.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/about.xml b/res/layout/about.xml index f8f10a2a..a66a0cc9 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -13,12 +13,25 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/version" /> + + - + android:text="@string/copyright_blinktgui" + android:autoLink="all" /> + + + -- cgit v1.2.3