summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-09-01 19:27:11 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-09-01 19:38:23 -0700
commit5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f (patch)
tree2b957aa8de70a25bf7e61464f873641184e0b1d3 /res/xml
parentd36699282cbd0a6897f425106081d3f2c0db55d4 (diff)
downloadpackages_apps_settings-5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f.zip
packages_apps_settings-5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f.tar.gz
packages_apps_settings-5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f.tar.bz2
Add modifications which should have been in the change
I520d690d3301837d32f91dad54a973a379ce1989 Change-Id: Iecca6b4fef2ec42a62273035b096ccedcea94d78
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/wifi_access_points_for_wifi_setup_xl.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/res/xml/wifi_access_points_for_wifi_setup_xl.xml b/res/xml/wifi_access_points_for_wifi_setup_xl.xml
index 7766611..013c62c 100644
--- a/res/xml/wifi_access_points_for_wifi_setup_xl.xml
+++ b/res/xml/wifi_access_points_for_wifi_setup_xl.xml
@@ -14,11 +14,8 @@
limitations under the License.
-->
-<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <com.android.settings.wifi.AccessPointCategoryForSetupWizardXL
- android:key="access_points"
- android:persistent="false" />
-
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+ <com.android.settings.wifi.AccessPointCategoryForSetupWizardXL
+ android:key="access_points"
+ android:persistent="false" />
</PreferenceScreen>