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 | 561313d5521abea226d4e976959b490732add16e (patch) | |
tree | 0ab9398d7bec3d1d50f1785b1dd49bfb8dc9bf57 /res/layout | |
parent | bd5fa709e2ed9c49c8d643ac85407050a906fa2f (diff) |
Add FAQ Entry for the duplicate notifications
Diffstat (limited to 'res/layout')
-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 |