Android代码 BadgeView
BadgeView a BadeView base on android include: compile 'com.allenliu.badgeview:library:1.1.1'(newest) bind like this: BadgeFactory.create(this) .setTextColor(Color.White) .setWidthAndHeight(25,25) .setBadgeBackground(Color.Red) .setTextSize(10) .setBadgeGravity(Gravity.Right|Gravity.Top) .set
用户评论