From 0688f251af533c09682c791ae20834ab7854d7d7 Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Tue, 28 Dec 2010 12:06:08 -0800 Subject: [PATCH] Refresh layouts for SetupWizard. - DateTimeSettingsSetupWizardXL - WifiSettingsForSetupWizardXL Bug: 3308677, 3137755 Change-Id: Ifdf67aa7521de7ef0286fea2b15ce693fbf5d5ce --- .../date_time_settings_setupwizard.xml | 178 ++++++++-------- .../wifi_settings_for_setup_wizard_xl.xml | 190 +++++++++++------- res/layout/custom_list_item.xml | 43 ++++ res/layout/custom_preference.xml | 1 + .../custom_preference_list_fragment.xml | 39 ++++ .../wifi_config_ui_for_setup_wizard.xml | 7 +- res/values/strings.xml | 6 + .../settings/DateTimeSettingsSetupWizard.java | 5 +- src/com/android/settings/ZonePicker.java | 13 +- .../android/settings/wifi/WifiSettings.java | 26 ++- .../wifi/WifiSettingsForSetupWizardXL.java | 13 +- 11 files changed, 334 insertions(+), 187 deletions(-) create mode 100644 res/layout/custom_list_item.xml create mode 100644 res/layout/custom_preference_list_fragment.xml diff --git a/res/layout-xlarge/date_time_settings_setupwizard.xml b/res/layout-xlarge/date_time_settings_setupwizard.xml index de2065b248c..0b5d6bf2c3c 100644 --- a/res/layout-xlarge/date_time_settings_setupwizard.xml +++ b/res/layout-xlarge/date_time_settings_setupwizard.xml @@ -13,27 +13,29 @@ See the License for the specific language governing permissions and limitations under the License. --> - + android:paddingTop="96dip" + android:paddingLeft="128dip" + android:paddingRight="128dip" + android:paddingBottom="96dip"> + android:text="@string/date_and_time_settings_title" + android:gravity="center_vertical" /> + android:background="@color/divider_color" /> + + +