1. 首页
  2. 移动开发
  3. 其他
  4. Android代码 BadgeView

Android代码 BadgeView

上传者: 2020-08-16 03:39:01上传 ZIP文件 138.86KB 热度 21次
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
用户评论