From 6a877403542c71c1b6228c429bc060755f5f847b Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 26 Oct 2011 14:51:44 -0700 Subject: Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605) - Centering pages vertically have no real effect on the phone as the page height is effectively the size of the container, but on tablets, pages can be significantly smaller to allow tapping the empty space to dismiss it. Change-Id: I2f5117c287df6c5357039696f456d1d9d6c2af57 --- src/com/android/launcher2/AppsCustomizePagedView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/launcher2') diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java index f5142bfa6..4b2081ff0 100644 --- a/src/com/android/launcher2/AppsCustomizePagedView.java +++ b/src/com/android/launcher2/AppsCustomizePagedView.java @@ -271,7 +271,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen @Override protected void init() { super.init(); - mCenterPagesVertically = true; + mCenterPagesVertically = false; Context context = getContext(); Resources r = context.getResources(); -- cgit v1.2.3