Settings: add a new layout for VpnSettings.

Change-Id: I12b89771621e2e1b8ceea6e899e1a27dae6fac08
This commit is contained in:
Chia-chi Yeh
2011-06-26 19:45:21 -07:00
parent 00527d8c11
commit b02af51b54

22
res/xml/vpn_settings2.xml Normal file
View File

@@ -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>