Merge "Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605)" into ics-mr1

This commit is contained in:
Winson Chung
2011-10-27 11:00:57 -07:00
committed by Android (Google) Code Review
@@ -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();