diff options
author | Amith Yamasani <yamasani@google.com> | 2012-10-03 16:23:35 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-10-03 16:23:35 -0700 |
commit | ded980a6e5bc7a8ba9d737c0e70b3dc8850dcfb6 (patch) | |
tree | 2e52173f4a2ecbee9dd50191443ce3d0256e61f5 /res | |
parent | b0e25f71a8376c6435212a3ce695f321d0ea828e (diff) | |
download | packages_apps_settings-ded980a6e5bc7a8ba9d737c0e70b3dc8850dcfb6.zip packages_apps_settings-ded980a6e5bc7a8ba9d737c0e70b3dc8850dcfb6.tar.gz packages_apps_settings-ded980a6e5bc7a8ba9d737c0e70b3dc8850dcfb6.tar.bz2 |
No decoration for WifiSetup activity used by SetupWizard
Bug: 7274530
Change-Id: I981aa5fb3fca854f0b378b7c219feb92567598ce
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 502d76d..9b9cb83 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -84,6 +84,7 @@ <style name="setup_wizard_theme" parent="android:Theme.Holo.NoActionBar"> <item name="android:windowSoftInputMode">adjustPan</item> + <item name="@*android:preferencePanelStyle">@*android:style/PreferencePanel.Dialog</item> </style> <!-- We'd like to have this as 16dip hight including paddingTop/paddingBottom to |