diff options
-rw-r--r-- | src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java index 791490d..7566627 100644 --- a/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java +++ b/src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java @@ -2012,6 +2012,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen } else { v.setTranslationY(v.getMeasuredHeight() * scrollProgress); v.setRotationX(-rotation); + v.setCameraDistance(mDensity * CAMERA_DISTANCE); } if (v.getVisibility() != VISIBLE) { v.setVisibility(VISIBLE); |