summaryrefslogtreecommitdiffstats
path: root/res/layout-large-port/workspace_screen.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-04-05 14:50:34 -0700
committerMichael Jurka <mikejurka@google.com>2011-05-13 17:55:08 -0700
commitf6440da9d02f3ee1553db4bd431a202eb1d1a9dd (patch)
treed5ae004a5b919802370421a694ea68d8e869d029 /res/layout-large-port/workspace_screen.xml
parent248e4f8b7b4aaf891146527ea16a708a363b8613 (diff)
downloadandroid_packages_apps_Trebuchet-f6440da9d02f3ee1553db4bd431a202eb1d1a9dd.tar.gz
android_packages_apps_Trebuchet-f6440da9d02f3ee1553db4bd431a202eb1d1a9dd.tar.bz2
android_packages_apps_Trebuchet-f6440da9d02f3ee1553db4bd431a202eb1d1a9dd.zip
Determine # of rows/columns based on screen size
Change-Id: I8b1266bd7a66d4a73d4a09570357688333e03d13
Diffstat (limited to 'res/layout-large-port/workspace_screen.xml')
-rw-r--r--res/layout-large-port/workspace_screen.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/res/layout-large-port/workspace_screen.xml b/res/layout-large-port/workspace_screen.xml
index 406441d00..e33c6123e 100644
--- a/res/layout-large-port/workspace_screen.xml
+++ b/res/layout-large-port/workspace_screen.xml
@@ -24,9 +24,10 @@
launcher:cellWidth="@dimen/workspace_cell_width"
launcher:cellHeight="@dimen/workspace_cell_height"
- launcher:widthGap="@dimen/workspace_width_gap"
- launcher:heightGap="@dimen/workspace_height_gap"
- launcher:yAxisStartPadding="25dip"
- launcher:yAxisEndPadding="25dip"
- launcher:xAxisStartPadding="15dip"
- launcher:xAxisEndPadding="15dip"/>
+ launcher:widthGap="@dimen/workspace_width_gap_port"
+ launcher:heightGap="@dimen/workspace_height_gap_port"
+
+ launcher:xAxisStartPadding="@dimen/workspace_x_axis_start_padding_port"
+ launcher:xAxisEndPadding="@dimen/workspace_x_axis_end_padding_port"
+ launcher:yAxisStartPadding="@dimen/workspace_y_axis_start_padding_port"
+ launcher:yAxisEndPadding="@dimen/workspace_y_axis_end_padding_port" />