diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 84ee599095..91023d0936 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -75,6 +75,7 @@ android:stateNotNeeded="true" android:theme="@style/Theme" android:screenOrientation="nosensor" + android:configChanges="orientation" android:windowSoftInputMode="stateUnspecified|adjustPan"> diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 092e018ea0..17a5b8459d 100644 --- a/res/layout-xlarge/launcher.xml +++ b/res/layout-xlarge/launcher.xml @@ -29,14 +29,14 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - launcher:defaultScreen="2"> + launcher:canonicalDeviceWidth="8" + launcher:canonicalDeviceHeight="4"> - + + + diff --git a/res/values-xlarge/dimens.xml b/res/values-xlarge/dimens.xml new file mode 100644 index 0000000000..827949274e --- /dev/null +++ b/res/values-xlarge/dimens.xml @@ -0,0 +1,20 @@ + + + + + 76dip + 76dip + diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml new file mode 100644 index 0000000000..e4c047f99d --- /dev/null +++ b/res/values-xlarge/styles.xml @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 78391206eb..c977f97d48 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -32,6 +32,10 @@ + + + +