AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

I used it in the WindowManager added View above, but did not produce results, I do not know why

Open TaroXin opened this issue 8 years ago • 0 comments

I used this like this

        View convertView = mInflater.inflater(R.layout.layout_qr_code, null);
        windowManager.addView(convertView, params);
        YoYo.with(Techniques.ZoomInRight)
                .duration(5000)
                .repeat(1)
                .playOn(convertView);

but I did not see the effect, I hope you will reply to what should I do?

TaroXin avatar Apr 13 '17 02:04 TaroXin