summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorrepo sync <isheriff@google.com>2011-06-30 10:58:43 -0700
committerIrfan Sheriff <isheriff@google.com>2011-07-24 11:16:50 -0700
commitb98463f8b0de186dc263217286449a76d6df91a8 (patch)
tree8a9d5eeb64aacd528c9e22b51d6c0a26661cfa05 /res/xml
parente707d8b44b59f470112c97f8defbbe124636be1e (diff)
downloadpackages_apps_settings-b98463f8b0de186dc263217286449a76d6df91a8.zip
packages_apps_settings-b98463f8b0de186dc263217286449a76d6df91a8.tar.gz
packages_apps_settings-b98463f8b0de186dc263217286449a76d6df91a8.tar.bz2
Updated: Wi-Fi p2p initial UI implementation
Change-Id: If60f42f76fa07a868d2e11b012b4697252c69f5f
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/wifi_p2p_settings.xml19
-rw-r--r--res/xml/wireless_settings.xml6
2 files changed, 25 insertions, 0 deletions
diff --git a/res/xml/wifi_p2p_settings.xml b/res/xml/wifi_p2p_settings.xml
new file mode 100644
index 0000000..2b19ee9
--- /dev/null
+++ b/res/xml/wifi_p2p_settings.xml
@@ -0,0 +1,19 @@
+<?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">
+
+</PreferenceScreen>
diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml
index c0e4a5a..1f72a93 100644
--- a/res/xml/wireless_settings.xml
+++ b/res/xml/wireless_settings.xml
@@ -45,6 +45,12 @@
android:summary="@string/zeroclick_settings_summary" >
</PreferenceScreen>
+ <PreferenceScreen
+ android:fragment="com.android.settings.WifiP2pSettings"
+ android:key="wifi_p2p_settings"
+ android:title="@string/wifi_p2p_settings_title"
+ android:summary="@string/wifi_p2p_settings_summary">
+ </PreferenceScreen>
<PreferenceScreen
android:key="mobile_network_settings"