diff options
author | Winson Chung <winsonc@google.com> | 2012-07-19 14:53:05 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-07-19 15:13:51 -0700 |
commit | 4a2afa36553079e9f75fe7c8fcce863e84578e14 (patch) | |
tree | a49c215243c1df9ec22cbe9c3d4381b8cfa34448 /res/values-sw600dp | |
parent | a6910c51097e3a4837ec8dbe26ab42094ff1cfec (diff) | |
download | packages_apps_trebuchet-4a2afa36553079e9f75fe7c8fcce863e84578e14.zip packages_apps_trebuchet-4a2afa36553079e9f75fe7c8fcce863e84578e14.tar.gz packages_apps_trebuchet-4a2afa36553079e9f75fe7c8fcce863e84578e14.tar.bz2 |
Disabling synchronous binding when returning home from another app while orientation has changed. (Bug 6792288)
- Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home
- Enabling rotation in master.
Change-Id: I291b9d76b20244e9028b6f62164430bc3606644c
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r-- | res/values-sw600dp/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml index 02789de..d07391e 100644 --- a/res/values-sw600dp/config.xml +++ b/res/values-sw600dp/config.xml @@ -3,6 +3,7 @@ <integer name="cell_count_y">6</integer> <integer name="hotseat_cell_count">7</integer> <integer name="hotseat_all_apps_index">3</integer> + <bool name="allow_rotation">true</bool> <!-- DragController --> <integer name="config_flingToDeleteMinVelocity">-1000</integer> |