BadgeView
BadgeView copied to clipboard
a BadeView base on android
BadgeFactory.create(this) .setTextColor(Color.WHITE) .setBadgeBackground(Color.RED) .setWidthAndHeight(15,15) .setTextSize(10) .setBadgeCount(3) .setBadgeGravity(Gravity.RIGHT) .setShape(BadgeView.SHAPE_CIRCLE) .setSpace(10,10) .bind(rb0)//rb0 控件id
unbind
unbind无效嘛
dot shape,gravity=right+top,marginTop=10,应该是dot会下移的,但是却上移了
**Updated Project & Updated Gradle version & java version. Fixed Realtime badgeView Update. Now Library Works On any project after update.**