OSDN Git Service

make setup wizard's wifi and datetime settings look good for 7"
authorFreeman Ng <tenorslowworm@google.com>
Thu, 26 May 2011 02:06:21 +0000 (19:06 -0700)
committerFreeman Ng <tenorslowworm@google.com>
Thu, 26 May 2011 02:06:21 +0000 (19:06 -0700)
commitedb03bf537063f466a7fee48341b90ed8f9f90af
treea05c5093ba40f621df52affdfa528641f34d3cb5
parent360f060334d3be3dbf13f3af770eb4fcccfddfb2
make setup wizard's wifi and datetime settings look good for 7"

Note: this entailed locking datetime settings not into portrait
like everything else in the setup process, but landscape, because
the existing xlarge layout wasn't rearranging itself into a portrait
alignment very well. I can give it another try later if I can have
some help from UE.

Change-Id: Ia8ce8e8292ed768bd117beedf3d94a287e658f4b
14 files changed:
AndroidManifest.xml
res/layout-sw600dp-land/date_time_settings_setupwizard.xml [moved from res/layout-xlarge/date_time_settings_setupwizard.xml with 96% similarity]
res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml [moved from res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml with 98% similarity]
res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml [moved from res/layout-xlarge/access_point_category_for_setup_wizard_xl.xml with 100% similarity]
res/layout-sw600dp/date_time_settings_setupwizard.xml [new file with mode: 0644]
res/layout-sw600dp/settings_top_level.xml [moved from res/layout-xlarge/settings_top_level.xml with 100% similarity]
res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml [new file with mode: 0644]
res/values-sw600dp-land/dimens.xml [new file with mode: 0755]
res/values-sw600dp/bools.xml [moved from res/values-xlarge/bools.xml with 100% similarity]
res/values-sw600dp/colors.xml [moved from res/values-xlarge/colors.xml with 100% similarity]
res/values-sw600dp/dimens.xml [new file with mode: 0755]
res/values-sw600dp/styles.xml [moved from res/values-xlarge/styles.xml with 100% similarity]
res/values-xlarge/dimens.xml [new file with mode: 0755]
src/com/android/settings/DateTimeSettingsSetupWizard.java