diff options
author | Michael Jurka <mikejurka@google.com> | 2012-10-05 15:02:00 +0200 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-10-05 15:36:20 +0200 |
commit | 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55 (patch) | |
tree | eb82329d4a79d9fcd62827e25964e49a5be7fad8 /res/values/dimens.xml | |
parent | 28b3e10fdea4d719b46d2e0da9a916bacc238fd1 (diff) | |
download | packages_apps_trebuchet-68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.zip packages_apps_trebuchet-68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.tar.gz packages_apps_trebuchet-68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.tar.bz2 |
Add support for custom manta cling
- Load a custom cling if custom workspace layout is specified
- Also persist any custom workspace layout
Bug: 6992663
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r-- | res/values/dimens.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index d497c2d..628884f 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -22,6 +22,9 @@ <dimen name="cling_text_block_offset_x">0dp</dimen> <dimen name="cling_text_block_offset_y">0dp</dimen> <dimen name="reveal_radius">48dp</dimen> + <!-- entries for custom clings, will be set in overlays --> + <add-resource type="dimen" name="custom_cling_margin_top" /> + <add-resource type="dimen" name="custom_cling_margin_right" /> <!-- Workspace --> <!-- qsb_bar_height_inset represents qsb_bar_height minus the padding |