diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7879d0c9885..7e7bf1d4221 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -138,7 +138,6 @@ android:theme="@android:style/Theme.Holo.NoActionBar" android:windowBackground="@drawable/setups_bg_default" android:clearTaskOnLaunch="true" - android:screenOrientation="sensorLandscape" android:windowSoftInputMode="adjustResize" android:exported="true" /> diff --git a/res/layout-xlarge/date_time_settings_setupwizard.xml b/res/layout-sw600dp-land/date_time_settings_setupwizard.xml similarity index 96% rename from res/layout-xlarge/date_time_settings_setupwizard.xml rename to res/layout-sw600dp-land/date_time_settings_setupwizard.xml index ee425eb0d6d..b31462dadeb 100644 --- a/res/layout-xlarge/date_time_settings_setupwizard.xml +++ b/res/layout-sw600dp-land/date_time_settings_setupwizard.xml @@ -19,10 +19,10 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="154dip" - android:paddingLeft="128dip" - android:paddingRight="128dip" - android:paddingBottom="96dip"> + android:paddingTop="@dimen/datetime_margin_top" + android:paddingLeft="@dimen/screen_margin_sides" + android:paddingRight="@dimen/screen_margin_sides" + android:paddingBottom="@dimen/datetime_margin_bottom"> + + + + + + + + + + + +