diff options
author | David Marble <drmarble1@gmail.com> | 2013-05-26 15:11:23 -0500 |
---|---|---|
committer | David Marble <drmarble1@gmail.com> | 2013-05-27 10:21:56 -0500 |
commit | d52a2fe2239b3ca10af5db532650184b877c2141 (patch) | |
tree | 3b4eb292dcf2048baff2a46f9c82c0e55170aeb2 /res/layout-land | |
parent | 8752c0f0fc480f4f65d108005c1f624c3491aeeb (diff) | |
download | packages_apps_trebuchet-d52a2fe2239b3ca10af5db532650184b877c2141.zip packages_apps_trebuchet-d52a2fe2239b3ca10af5db532650184b877c2141.tar.gz packages_apps_trebuchet-d52a2fe2239b3ca10af5db532650184b877c2141.tar.bz2 |
Fix for low aspect ratio (4x3) tablets.
The recent changes (http://review.cyanogenmod.org/#/c/42991/) cause
problems for tablets with a 4x3 screen such as Tenderloin. The icon
spacing is not calculated correctly. This is stated in the code for
Workspace.java at line 441:
"//TODO: This code currently fails on tablets with an aspect ratio < 1.3."
This change fixes that failure for such tablets.
Besides setting the grid size, stretching is required to get useable
screens. This reenables stretching as well as grid size setting if
the maintainer has specified
<bool name="config_workspaceTabletGrid">true</bool>
in an overlay. There is no change to the default behavior.
Change-Id: I5863ba4120d1e27773a58be2c336c266c05b838f
Diffstat (limited to 'res/layout-land')
0 files changed, 0 insertions, 0 deletions