Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Speed up FloatItemAnimator
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Oct 10, 2015
1 parent 655f43b commit 7c8df26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class FloatItemAnimator extends RecyclerView.ItemAnimator {

private static final float SPEED = 2f;
private static final float SPEED = 3f;

private ArrayList<RecyclerView.ViewHolder> mPendingAdditions = new ArrayList<>();
private ArrayList<ArrayList<RecyclerView.ViewHolder>> mAdditionsList =
Expand Down

0 comments on commit 7c8df26

Please sign in to comment.