diff options
author | Winson Chung <winsonc@google.com> | 2011-08-03 17:06:35 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-08-04 15:50:30 -0700 |
commit | ea359c6aee44c0fe3bb94f7002c3b49208b32b7f (patch) | |
tree | d8fc92f2dd3eff26415b0bc8855f7714f819bc1a /res/layout-land | |
parent | 459814b7e6d6c9bb6b0569dcedb455f6fab3aa9c (diff) | |
download | packages_apps_trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.zip packages_apps_trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.tar.gz packages_apps_trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.tar.bz2 |
Grid spacing fixes
- Restoring old grid for widgets
- Disabling ability to add widgets to hotseat
- Updating holo colors
- Updating assets
Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/hotseat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml index 9dbe234..f82d541 100644 --- a/res/layout-land/hotseat.xml +++ b/res/layout-land/hotseat.xml @@ -25,8 +25,8 @@ android:layout_height="match_parent" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" - launcher:cellWidth="@dimen/workspace_cell_width" - launcher:cellHeight="@dimen/workspace_cell_height" + launcher:cellWidth="@dimen/hotseat_cell_width" + launcher:cellHeight="@dimen/hotseat_cell_height" launcher:widthGap="-1dp" launcher:heightGap="-1dp" launcher:maxGap="@dimen/workspace_max_gap" /> |