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