From d5f8c3479a630b12bfa3fbfaedf160f9a7194b00 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 26 Apr 2012 14:56:12 -0700 Subject: Refactoring padding dimens for CellLayouts and Workspace Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892 --- res/layout-port/launcher.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'res/layout-port/launcher.xml') diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index f6ff2e820..603038220 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -44,8 +44,10 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="@dimen/qsb_bar_height_inset" - android:paddingBottom="@dimen/button_bar_height" + android:paddingLeft="@dimen/workspace_left_padding" + android:paddingRight="@dimen/workspace_right_padding" + android:paddingTop="@dimen/workspace_top_padding" + android:paddingBottom="@dimen/workspace_bottom_padding" launcher:defaultScreen="2" launcher:cellCountX="@integer/cell_count_x" launcher:cellCountY="@integer/cell_count_y" -- cgit v1.2.3