Open pooryadb opened 6 years ago
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();
new BadgeView.AnimationSet(badgeView)
.add("Hi!", 1000)
.add("How are you?", 1200)
.add("Im fine!", 1500)
.play();
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();