diff options
author | Michael Jurka <mikejurka@google.com> | 2010-07-30 14:47:52 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-07-30 14:47:52 -0700 |
commit | 54dd75463d0eb47c2f468e19063bdc4141dfdf74 (patch) | |
tree | 33c88708c477586506fb4faeb491b7d2af55408e /res/layout-xlarge | |
parent | b0f28bd9a52fa4e343c8299d1c3e225d8e01c1e9 (diff) | |
download | packages_apps_trebuchet-54dd75463d0eb47c2f468e19063bdc4141dfdf74.zip packages_apps_trebuchet-54dd75463d0eb47c2f468e19063bdc4141dfdf74.tar.gz packages_apps_trebuchet-54dd75463d0eb47c2f468e19063bdc4141dfdf74.tar.bz2 |
Tapping on mini-screen in All Apps view now goes back to home screen
- had to disable touch event swallowing in workspace in X-Large mode to get this to work
- also changed default screen in XLarge mode to 2 (the middle one)
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r-- | res/layout-xlarge/launcher.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 3f56b45..f0564ca 100644 --- a/res/layout-xlarge/launcher.xml +++ b/res/layout-xlarge/launcher.xml @@ -34,6 +34,7 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" + launcher:defaultScreen="2" launcher:canonicalDeviceWidth="8" launcher:canonicalDeviceHeight="4"> |