summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-28 13:02:56 -0800
committerWinson Chung <winsonc@google.com>2011-11-28 16:24:54 -0800
commite96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc (patch)
tree9de5ce7e779ec7c6d72e13786997ac5babe326b0 /res/values-land
parent8171d8ce48765cbc9e6ed96ac3dc173a8969616d (diff)
downloadandroid_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.gz
android_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.tar.bz2
android_packages_apps_Trebuchet-e96e5cb768fcc6f1211c8c31fa2da4dcd4e465cc.zip
Fixing a few landscape issues.
- Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/dimens.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml
index 89e6773fc..6d0261f89 100644
--- a/res/values-land/dimens.xml
+++ b/res/values-land/dimens.xml
@@ -31,7 +31,9 @@
really only in spring loaded mode... -->
<dimen name="workspace_top_padding">0dp</dimen>
<dimen name="workspace_bottom_padding">0dp</dimen>
- <dimen name="workspace_page_spacing">-1dp</dimen>
+ <!-- We really want the page spacing to be the max of either the button bar
+ height or the qsb bar height -->
+ <dimen name="workspace_page_spacing">@dimen/button_bar_height</dimen>
<dimen name="workspace_divider_padding_left">0dp</dimen>
<dimen name="workspace_divider_padding_right">0dp</dimen>
<dimen name="workspace_divider_padding_top">12dp</dimen>