diff options
Diffstat (limited to 'res/layout')
-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" /> |