OSDN Git Service

Settings: add a new layout for VpnSettings.
authorChia-chi Yeh <chiachi@android.com>
Mon, 27 Jun 2011 02:45:21 +0000 (19:45 -0700)
committerChia-chi Yeh <chiachi@android.com>
Mon, 27 Jun 2011 02:46:22 +0000 (19:46 -0700)
Change-Id: I12b89771621e2e1b8ceea6e899e1a27dae6fac08

res/xml/vpn_settings2.xml [new file with mode: 0644]

diff --git a/res/xml/vpn_settings2.xml b/res/xml/vpn_settings2.xml
new file mode 100644 (file)
index 0000000..189e7ed
--- /dev/null
@@ -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>