diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 02:03:20 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 02:03:20 +0200 |
commit | a3baaf3a8bc5705a6a20b6c09477ffa878804f32 (patch) | |
tree | ba539ff1a035b08d6baa5536c1906e2cf0c76a44 /res/layout/faq.xml | |
parent | d0a2ac4569bb15c097ba2c542ae1748ba1edbdc1 (diff) |
Version 0.5.3
Fix a few new bugs before pushing to the market :)
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 |