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 a05cc6df..88dcc7c6 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -18,6 +18,14 @@ <TextView style="@style/faqhead" + android:text="@string/faq_security_title" /> + + <TextView + style="@style/faqitem" + android:text="@string/faq_security" /> + + <TextView + style="@style/faqhead" android:text="@string/faq_shortcut" /> <TextView |