diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-21 00:03:00 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-21 00:03:00 +0200 |
commit | c511a77d584b728ca52789bae8d1c16412d49e46 (patch) | |
tree | dcf2e1858e570f032c7cfab8171f172a1fef2876 /res/layout/faq.xml | |
parent | 6187dadac0040737c2554942a0f3686972aa786d (diff) |
Add FAQ Entry for the duplicate notifications
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index b18446c0..ec12ffda 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -26,6 +26,14 @@ <TextView style="@style/faqhead" + android:text="@string/faq_duplicate_notification_title" /> + + <TextView + style="@style/faqitem" + android:text="@string/faq_duplicate_notification" /> + + <TextView + style="@style/faqhead" android:text="@string/tap_mode" /> <TextView |