BadgeView icon indicating copy to clipboard operation
BadgeView copied to clipboard

a BadeView base on android

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

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无效嘛

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.**