commit | 1d3d4f1a82800ac6b663a7defa60046d5a2151e6 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Thu Aug 14 19:14:52 2014 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Thu Aug 14 19:15:30 2014 -0700 |
tree | c4f334987bbba3c7797f1356b0056a7948d1cfef | |
parent | a00673c7d9f3fcfc81a6e1c6aa7b831951331e84 [diff] [blame] |
Get rid of pages overhang in AppsCustomizePagedView Change-Id: I7543af84a6a52b79b7d6f369bb3139fc4024f074
diff --git a/src/com/android/launcher3/AppsCustomizePagedView.java b/src/com/android/launcher3/AppsCustomizePagedView.java index 787bf96..d23e65f 100644 --- a/src/com/android/launcher3/AppsCustomizePagedView.java +++ b/src/com/android/launcher3/AppsCustomizePagedView.java
@@ -259,6 +259,7 @@ if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) { setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_YES); } + setSinglePageInViewport(); } @Override