summaryrefslogtreecommitdiff
path: root/res/xml/vpn_overview.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-21 18:36:35 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-21 18:36:35 +0200
commit488a41cc60636298581c2b44b4706b259fc98a36 (patch)
treeba247a01a310ca7b68343e655e0d7b550597de46 /res/xml/vpn_overview.xml
parent89369d1e8651514ad295b11e6e1f5ee00a402168 (diff)
wip
Diffstat (limited to 'res/xml/vpn_overview.xml')
-rw-r--r--res/xml/vpn_overview.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/xml/vpn_overview.xml b/res/xml/vpn_overview.xml
new file mode 100644
index 00000000..053f2526
--- /dev/null
+++ b/res/xml/vpn_overview.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/vpn_settings_activity_title" >
+
+ <PreferenceScreen
+ android:key="new_vpn"
+ android:title="@string/new_vpn" />
+
+ <PreferenceCategory
+ android:fragment="de.blinkt.openvpn.VPNList$ListFragment"
+ android:key="vpn_list"
+ android:title="@string/vpn" >
+ </PreferenceCategory>
+
+</PreferenceScreen>