Null888

Results 14 comments of Null888

当textView的宽自适应的时候显示不全

是的

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

BadgeFactory.create(getActivity()).unbind(); 这是解绑

改了 一样没效果