BlurPopupWindow icon indicating copy to clipboard operation
BlurPopupWindow copied to clipboard

Return Type of createShow(Hide)Animator

Open life2015 opened this issue 6 years ago • 0 comments

The return type should be Animator so I could return an AnimatorSet

    protected Animator createShowAnimator() {
        return ObjectAnimator.ofFloat(mContentLayout, "alpha", 0, 1.f).setDuration(getAnimationDuration());
    }

life2015 avatar May 11 '18 02:05 life2015