summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-11-28 15:10:35 -0800
committerIrfan Sheriff <isheriff@google.com>2011-11-29 15:43:20 -0800
commit8c2ac71b34a00a863b2c3ddcd5b5dae1d9bd6a25 (patch)
tree8c3de2ddc668cae83b233e56d98318bb411edb41 /res/xml
parent800a0a426d3536b667887ca47bee3181805858cf (diff)
downloadpackages_apps_Settings-8c2ac71b34a00a863b2c3ddcd5b5dae1d9bd6a25.zip
packages_apps_Settings-8c2ac71b34a00a863b2c3ddcd5b5dae1d9bd6a25.tar.gz
packages_apps_Settings-8c2ac71b34a00a863b2c3ddcd5b5dae1d9bd6a25.tar.bz2
Add wifi direct settings UI
- Use switch for toggling - Follow string and UI suggestions from UX folks The goal is to keep the interaction minimal - PBC is used when possible and keypad/display are used only if really necessary Bug: 5332330 Change-Id: I83e91ad3a393c143e70f1f2b6a842b95eacde404
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/wireless_settings.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml
index 20ffd8e..336682d 100644
--- a/res/xml/wireless_settings.xml
+++ b/res/xml/wireless_settings.xml
@@ -54,17 +54,10 @@
android:key="android_beam_settings"
android:title="@string/android_beam_settings_title" />
- <CheckBoxPreference
- android:key="toggle_wifi_p2p"
- android:title="@string/wifi_p2p_settings_title"
- android:persistent="false" />
-
<PreferenceScreen
android:fragment="com.android.settings.wifi.p2p.WifiP2pSettings"
android:key="wifi_p2p_settings"
- android:title="@string/wifi_p2p_settings_title"
- android:summary="@string/wifi_p2p_settings_summary">
- </PreferenceScreen>
+ android:title="@string/wifi_p2p_settings_title" />
<PreferenceScreen
android:key="mobile_network_settings"