summaryrefslogtreecommitdiffstats
path: root/res/xml/vpn_settings2.xml
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2011-06-26 19:45:21 -0700
committerChia-chi Yeh <chiachi@android.com>2011-06-26 19:46:22 -0700
commitb02af51b54f93cf5ab6e0dd2338741a4f3730d10 (patch)
tree85305fb50a291e92891525622f43be98428f67d7 /res/xml/vpn_settings2.xml
parent00527d8c11a685cd43bd36ed3dc48c28a8967c43 (diff)
downloadpackages_apps_settings-b02af51b54f93cf5ab6e0dd2338741a4f3730d10.zip
packages_apps_settings-b02af51b54f93cf5ab6e0dd2338741a4f3730d10.tar.gz
packages_apps_settings-b02af51b54f93cf5ab6e0dd2338741a4f3730d10.tar.bz2
Settings: add a new layout for VpnSettings.
Change-Id: I12b89771621e2e1b8ceea6e899e1a27dae6fac08
Diffstat (limited to 'res/xml/vpn_settings2.xml')
-rw-r--r--res/xml/vpn_settings2.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/xml/vpn_settings2.xml b/res/xml/vpn_settings2.xml
new file mode 100644
index 0000000..189e7ed
--- /dev/null
+++ b/res/xml/vpn_settings2.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/vpn_title">
+ <Preference android:key="add_network"
+ android:title="@string/vpn_create"
+ android:persistent="false"/>
+</PreferenceScreen>