diff options
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 |