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
This commit is contained in:
Freeman Ng
2011-05-25 19:06:21 -07:00
parent 360f060334
commit edb03bf537
14 changed files with 474 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ public class DateTimeSettingsSetupWizard extends Activity
setContentView(R.layout.date_time_settings_setupwizard);
mXLargeScreenSize = (getResources().getConfiguration().screenLayout
& Configuration.SCREENLAYOUT_SIZE_MASK)
== Configuration.SCREENLAYOUT_SIZE_XLARGE;
>= Configuration.SCREENLAYOUT_SIZE_LARGE;
if (mXLargeScreenSize) {
initUiForXl();
} else {