diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/faq.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 8cdf7326..6504afcf 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -35,6 +35,16 @@ <TextView style="@style/faqhead" + android:text="@string/faq_shortcut" /> + + <TextView + style="@style/faqitem" + android:text="@string/faq_howto_shortcut" /> + + + + <TextView + style="@style/faqhead" android:text="@string/tap_mode" /> <TextView |