elevenetc / BadgeView

Badge view with animated effect which shows a bitmap or a text
447 stars 92 forks source link

no delay with helper class ! #7

Open pooryadb opened 6 years ago

pooryadb commented 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();