summaryrefslogtreecommitdiffstats
path: root/res/layout-port/hotseat.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-04 16:14:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-04 16:14:13 -0700
commit02765c94268d7dc3531c87a638a184a3b481ad40 (patch)
treeec93521963249345489e0bc1cf3a1f7b52291b8e /res/layout-port/hotseat.xml
parent7bdb25a9894970da74248c9cdc606d0e1ba05c99 (diff)
parentea359c6aee44c0fe3bb94f7002c3b49208b32b7f (diff)
downloadandroid_packages_apps_Trebuchet-02765c94268d7dc3531c87a638a184a3b481ad40.tar.gz
android_packages_apps_Trebuchet-02765c94268d7dc3531c87a638a184a3b481ad40.tar.bz2
android_packages_apps_Trebuchet-02765c94268d7dc3531c87a638a184a3b481ad40.zip
Merge "Grid spacing fixes"
Diffstat (limited to 'res/layout-port/hotseat.xml')
-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>