summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2010-10-07 11:58:44 -0700
committerGilles Debunne <debunne@google.com>2010-10-07 11:58:44 -0700
commita8b84327e0b318dacd09ca1117680c377ccf1576 (patch)
tree60b6d5d65aa5916d26fc386bbc3a8af283572039 /res/layout-port
parent673aefe8b2b27790d704cc15282c8989a132877b (diff)
downloadandroid_packages_apps_Trebuchet-a8b84327e0b318dacd09ca1117680c377ccf1576.tar.gz
android_packages_apps_Trebuchet-a8b84327e0b318dacd09ca1117680c377ccf1576.tar.bz2
android_packages_apps_Trebuchet-a8b84327e0b318dacd09ca1117680c377ccf1576.zip
Changed Grid layout on home. More space at the bottom.
Bug: http://b/issue?id=3053235 This is a proper way to do what was done in https://android-git.corp.google.com/g/#change,71522 The longAxisEndPadding used to be equal to button_bar_height. Increased it to match proposed mock from designers and increase space between last row and hot seats buttons. Change-Id: I31dfba0a3e90a30f18d42b16681592d9527517d4
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/workspace_screen.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/workspace_screen.xml b/res/layout-port/workspace_screen.xml
index 96df91be1..bd4a4bd6b 100644
--- a/res/layout-port/workspace_screen.xml
+++ b/res/layout-port/workspace_screen.xml
@@ -25,7 +25,7 @@
launcher:cellWidth="@dimen/workspace_cell_width"
launcher:cellHeight="@dimen/workspace_cell_height"
launcher:longAxisStartPadding="8dip"
- launcher:longAxisEndPadding="@dimen/button_bar_height"
+ launcher:longAxisEndPadding="78dip"
launcher:shortAxisStartPadding="0dip"
launcher:shortAxisEndPadding="0dip"
launcher:shortAxisCells="4"