代码如下:
BadgeFactory.create(this)
.setTextColor(Color.WHITE)
.setWidthAndHeight(25,25)
.setBadgeBackground(Color.RED)
.setTextSize(10)
.setBadgeGravity(Gravity.RIGHT|Gravity.TOP)
.setBadgeCount(20)
.setShape(BadgeView.SHAPE_CIRCLE)
.setMargin(0,0,5,0)
.bind(rbAttention);
代码如下:
BadgeFactory.create(this)
.setTextColor(Color.WHITE)
.setWidthAndHeight(25,25)
.setBadgeBackground(Color.RED)
.setTextSize(10)
.setBadgeGravity(Gravity.RIGHT|Gravity.TOP)
.setBadgeCount(20)
.setShape(BadgeView.SHAPE_CIRCLE)
.setMargin(0,0,5,0)
.bind(rbAttention);