BadgeView icon indicating copy to clipboard operation
BadgeView copied to clipboard

Badge view with animated effect which shows a bitmap or a text

Results 7 BadgeView issues
Sort by recently updated
recently updated
newest added

hi again! @elevenetc why BadgeView don't support multi line String and conver it to 1 line !?? Please consider this item.

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!",...

how to make badge view circular after setting any value to it , it looks like oval

Hi Elevenetc! Is there any option for Animation Repeat?

Badge gets displayed but it does not animate.

The BadgeView's dimensions/animation goes weird, in that view's size changes, and the animation changes with the size. This occurs when you when you leave the activity and the animation is...

How can I control animation direction, for example animation to scroll down instead of up?