diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 10:22:50 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 10:22:50 +0100 |
commit | 29359503838756c0284b321dac24e0feeb84d056 (patch) | |
tree | 45c1392230c3de0fe4250f75bdf86ed763ef1d07 /res/layout | |
parent | 0dcf5ccb571aabfddb6b617890e3d57ed4a0bfc9 (diff) |
VPN+tethering is becoming a FAQ
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 c4fd57f0..8e0f561f 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -50,6 +50,14 @@ <TextView style="@style/faqhead" + android:text="@string/vpn_tethering_title" /> + + <TextView + style="@style/faqitem" + android:id="@+id/vpn_tethering" /> + + <TextView + style="@style/faqhead" android:text="@string/faq_security_title" /> <TextView |