diff options
author | Adam Cohen <adamcohen@google.com> | 2012-08-16 17:55:58 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2012-08-20 21:49:43 -0700 |
commit | 307fe23f125cbbd5512ad8d4660025f2ab68f30b (patch) | |
tree | 0bb74d508939237e628e96fade69d3b5ccf3c07b /res/values-sw600dp | |
parent | 5c768e2fac95f8b8b2d6b5c523d7e1cdc968e395 (diff) | |
download | packages_apps_trebuchet-307fe23f125cbbd5512ad8d4660025f2ab68f30b.zip packages_apps_trebuchet-307fe23f125cbbd5512ad8d4660025f2ab68f30b.tar.gz packages_apps_trebuchet-307fe23f125cbbd5512ad8d4660025f2ab68f30b.tar.bz2 |
Adding the ability to scale the hotseat or items in the hotseat
--> A bunch of stuff breaks when scaling the hotseat. More specifically,
drag and drop animations between hotseat and workspace,
scaling on pick up, folder animations, determination of
item placement. This CL fixes these issues so that the
hotseat or hotseat items are ready to be scaled.
--> For now, using 90% scale factor for 7-inch+ UIs
Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r-- | res/values-sw600dp/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml index d07391e..bda3c32 100644 --- a/res/values-sw600dp/config.xml +++ b/res/values-sw600dp/config.xml @@ -18,4 +18,8 @@ <!-- Camera distance for the overscroll effect. We use a higher value here because the workspace screens run nearly flush to the edge of the screen--> <integer name="config_cameraDistance">14000</integer> + +<!-- Hotseat --> + <!-- must be between 0 and 100 --> + <integer name="hotseat_item_scale_percentage">90</integer> </resources> |