summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-03 17:06:35 -0700
committerWinson Chung <winsonc@google.com>2011-08-04 15:50:30 -0700
commitea359c6aee44c0fe3bb94f7002c3b49208b32b7f (patch)
treed8fc92f2dd3eff26415b0bc8855f7714f819bc1a /res/layout-port
parent459814b7e6d6c9bb6b0569dcedb455f6fab3aa9c (diff)
downloadandroid_packages_apps_Trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.tar.gz
android_packages_apps_Trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.tar.bz2
android_packages_apps_Trebuchet-ea359c6aee44c0fe3bb94f7002c3b49208b32b7f.zip
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-port')
-rw-r--r--res/layout-port/hotseat.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-port/hotseat.xml b/res/layout-port/hotseat.xml
index a122abbf4..53f3c2093 100644
--- a/res/layout-port/hotseat.xml
+++ b/res/layout-port/hotseat.xml
@@ -26,9 +26,9 @@
android:paddingTop="@dimen/button_bar_height_padding"
android:paddingLeft="@dimen/workspace_left_padding"
android:paddingRight="@dimen/workspace_right_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" />
-</com.android.launcher2.Hotseat> \ No newline at end of file
+</com.android.launcher2.Hotseat>