BadgeView icon indicating copy to clipboard operation
BadgeView copied to clipboard

no delay with helper class !

Open pooryadb opened this issue 6 years ago • 0 comments

hi when use BadgeView.AnimationSet().add() like below, there is no delay and strings shows Continuously!(exactly like setValues() )

new BadgeView.AnimationSet(badgeView) .add("Hi!", 1000) .add("How are you?", 1200) .add("Im fine!", 1500) .play();

pooryadb avatar Jul 16 '18 06:07 pooryadb