From d6e7aa31546fd8c1d047a581c141c12fc23c047e Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 9 Jul 2013 15:32:37 -0700 Subject: Fix widget resizing (Which stopped working at some point) -> Also, deferring empty screen removal until after the drop animation in order to reduce buggy transitions -> Also fixing workspace layout on tablet Change-Id: I1ae9fdaf592262f959424f321efa6df4298f85cc --- res/layout-sw720dp/launcher.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout-sw720dp/launcher.xml') diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 33fafeaa4..dff3b2641 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -57,6 +57,7 @@ android:paddingEnd="@dimen/workspace_right_padding" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" + android:layout_gravity="center" launcher:defaultScreen="@integer/config_workspaceDefaultScreen" launcher:cellCountX="@integer/cell_count_x" launcher:cellCountY="@integer/cell_count_y" -- cgit v1.2.3