diff options
author | Jorge Ruesga <jorge@ruesga.com> | 2013-05-25 19:07:03 +0200 |
---|---|---|
committer | Jorge Ruesga <jorge@ruesga.com> | 2013-05-25 19:25:11 +0200 |
commit | 0ea76d07fb811247450b0cc88cd744ac51c11970 (patch) | |
tree | 8376f4ceb0cb532c015746513c486cea230fd440 /res/values-sw720dp-land | |
parent | 08888e987c53305b27381479e4a6957ae4fd9944 (diff) | |
download | packages_apps_trebuchet-0ea76d07fb811247450b0cc88cd744ac51c11970.zip packages_apps_trebuchet-0ea76d07fb811247450b0cc88cd744ac51c11970.tar.gz packages_apps_trebuchet-0ea76d07fb811247450b0cc88cd744ac51c11970.tar.bz2 |
Trebuchet: Better layout for isScreenLarge devices
This change increase the space for the shortcuts at hotseat to fit the workspace on
isScreenLarge devices. Also deactivate and remove the stretch screen setting, because
the dimensions are always calculated on these devices. Also this change configures the
space between hotseat pages to avoid to display icons for other pages in the current
hotseat page.
Patchset 2: Added nebkat suggestions
Screenshots from TF700T:
Landscape -> https://sharecloud.ruesga.com/public.php?service=files&t=efede324ade05db79878eac13e637301
Portrait -> https://sharecloud.ruesga.com/public.php?service=files&t=79a7002a73e167eed08a195c4cf3d05c
Change-Id: I061303ce2ac78f3e7f7b13c4a25602b14e991e99
JIRA: CYAN-502
Issue: https://jira.cyanogenmod.org/browse/CYAN-502
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values-sw720dp-land')
-rw-r--r-- | res/values-sw720dp-land/dimens.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-sw720dp-land/dimens.xml b/res/values-sw720dp-land/dimens.xml index 8252450..c4e161d 100644 --- a/res/values-sw720dp-land/dimens.xml +++ b/res/values-sw720dp-land/dimens.xml @@ -33,6 +33,10 @@ <integer name="apps_customize_cling_focused_x">4</integer> <integer name="apps_customize_cling_focused_y">2</integer> +<!-- Hotseat --> + <dimen name="hotseat_cell_width">110dp</dimen> + <dimen name="hotseat_width_gap">-1dp</dimen> + <!-- Cling --> <!-- The offset for the text in the cling --> <dimen name="cling_text_block_offset_x">140dp</dimen> |