Loading res/layout/date_time_settings_setupwizard.xml +7 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ android:layout_width="fill_parent" android:orientation="vertical"> <View android:id="@+id/timezone_dropdown_anchor" android:layout_width="match_parent" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" android:layout_height="0px" /> <LinearLayout android:layout_height="0px" android:layout_weight="1" android:layout_width="fill_parent" Loading src/com/android/settings/DateTimeSettingsSetupWizard.java +0 −2 Original line number Diff line number Diff line Loading @@ -88,10 +88,8 @@ public class DateTimeSettingsSetupWizard extends Activity // not present in the standard layout mUsingXLargeLayout = findViewById(R.id.time_zone_button) != null; if (mUsingXLargeLayout) { setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE); initUiForXl(); } else { setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT); findViewById(R.id.next_button).setOnClickListener(this); } mTimeZoneAdapter = ZonePicker.constructTimezoneAdapter(this, false, Loading Loading
res/layout/date_time_settings_setupwizard.xml +7 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ android:layout_width="fill_parent" android:orientation="vertical"> <View android:id="@+id/timezone_dropdown_anchor" android:layout_width="match_parent" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" android:layout_height="0px" /> <LinearLayout android:layout_height="0px" android:layout_weight="1" android:layout_width="fill_parent" Loading
src/com/android/settings/DateTimeSettingsSetupWizard.java +0 −2 Original line number Diff line number Diff line Loading @@ -88,10 +88,8 @@ public class DateTimeSettingsSetupWizard extends Activity // not present in the standard layout mUsingXLargeLayout = findViewById(R.id.time_zone_button) != null; if (mUsingXLargeLayout) { setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE); initUiForXl(); } else { setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT); findViewById(R.id.next_button).setOnClickListener(this); } mTimeZoneAdapter = ZonePicker.constructTimezoneAdapter(this, false, Loading