AllenLiu

Results 39 comments of AllenLiu

绑定与解绑的不是同一个对象。 BadgeView badgeView=BadgeFactory.create(getActivity()) .setTextColor(Color.WHITE) .setWidthAndHeight(15, 15) .setBadgeBackground(Color.RED) .setTextSize(10) .setBadgeGravity(Gravity.RIGHT | Gravity.TOP) .setBadgeCount(msgCount) .setSpace(4, 4) .setShape(BadgeView.SHAPE_CIRCLE) .bind(mTvPushMsg); //解绑 badgeView.unbind();

yes,you can, but we should understand badge need bind to a view .So you may do like following ``` TabLayout.Tab tab = tabLayout.getTabAt(i); View customView=inflater.inflate();//inflate your custom view BadgeView badgeView=BadgeFactory.create(getActivity())...

抱歉 之前一直没时间修改,最新版使用 `setSpace` 方法来设置间隙

2.4.2 去除读写权限适配到android13

2.4.2 去除读写权限适配到android13

2.4.2 去除读写权限适配到android13

Please add this feature in upcoming release, cause it's really needed