AndroidViewAnimations
AndroidViewAnimations copied to clipboard
problem repeat and delay together
YoYo.with(Techniques.Pulse)
.duration(1000)
.repeat(1000)
.delay(5000)
.playOn(view.findViewById(R.id.relFive));
delay not work , repeat and delay together
Any solution?