diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-14 14:46:00 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-14 14:46:00 +0200 |
commit | d4df5164c15493a8a2696c245c119c398ee4c492 (patch) | |
tree | db15f48ba44c316540b30902a48f2702a4eda410 /res/layout/faq.xml | |
parent | 44be79efab27fe17eba2833d8278f8b63ba25992 (diff) |
Add FAQ for Android 4.3
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 354b467c..792ed1d4 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -21,6 +21,14 @@ tools:ignore="SelectableText" /> <TextView + style="@style/faqhead" + android:text="@string/faq_vpndialog43_title" /> + + <TextView + android:id="@+id/faq_vpndialog43" + style="@style/faqitem" /> + + <TextView style="@style/faqhead" android:text="@string/faq_system_dialogs_title" /> |