Merge "make setup wizard's wifi and datetime settings look good for 7"" into honeycomb-mr2

This commit is contained in:
Freeman Ng
2011-05-25 21:13:03 -07:00
committed by Android (Google) Code Review
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 {