Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…peRefreshLayout

Conflicts:
	library/src/main/java/jp/co/recruit_lifestyle/android/widget/WaveView.java
  • Loading branch information
amyu committed Aug 18, 2015
2 parents c36ff02 + 5ba5c79 commit 95fcd03
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,9 @@ private void updateMaxDropHeight(int height) {
}

public void startDropAnimation() {
// show dropBubble again
mDisappearCircleAnimator = ValueAnimator.ofFloat(1.f, 1.f);
mDisappearCircleAnimator.setDuration(1);
mDisappearCircleAnimator.setDuration(1);
mDisappearCircleAnimator.start();

mDropCircleAnimator = ValueAnimator.ofFloat(500 * (mWidth / 1440.f), mMaxDropHeight);
Expand Down

0 comments on commit 95fcd03

Please sign in to comment.