summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-02-05 14:45:33 +0100
committerArne Schwabe <arne@rfc2549.org>2014-02-05 14:45:33 +0100
commit32bcede9f5f2e30df913b29d0990a3702bb7dad8 (patch)
tree7b7c96bb9a075109014d8e9f2efc76211e9b8601
parent3f9dcc177262792fb9d089268fc960cfe387fa6b (diff)
add notice about need of OpenVPN support
-rw-r--r--res/layout/vpn_profile_list.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/vpn_profile_list.xml b/res/layout/vpn_profile_list.xml
index 004c4638..c1ce353f 100644
--- a/res/layout/vpn_profile_list.xml
+++ b/res/layout/vpn_profile_list.xml
@@ -24,12 +24,25 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/no_vpn_profiles_defined"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="12sp" />
+
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="To use this app you need a VPN provider/VPN gateway supporting OpenVPN. Check out http://community.openvpn.net/ for more information on OpenVPN and how to setup your own OpenVPN server."
+ android:autoLink="web"
android:textAppearance="?android:attr/textAppearanceMedium" />
<Space
android:layout_width="match_parent"
android:layout_height="12sp" />
+
<TextView
android:id="@+id/add_new_vpn_hint"
android:layout_width="fill_parent"