We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想在浮标上显示红点,代码如下 floatTipsView = BadgeFactory.create(mContext) .setWidthAndHeight(8, 8) .setBadgeBackground(Color.parseColor("#FF1014")) .setBadgeGravity(Gravity.RIGHT | Gravity.TOP) .setShape(BadgeView.SHAPE_CIRCLE) .setMargin(0, 0, 0, 0) .bind(FloatView.this); 但并没有显示出来,请问是什么原因?FloatView extends FrameLayout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我想在浮标上显示红点,代码如下
floatTipsView = BadgeFactory.create(mContext)
.setWidthAndHeight(8, 8)
.setBadgeBackground(Color.parseColor("#FF1014"))
.setBadgeGravity(Gravity.RIGHT | Gravity.TOP)
.setShape(BadgeView.SHAPE_CIRCLE)
.setMargin(0, 0, 0, 0)
.bind(FloatView.this);
但并没有显示出来,请问是什么原因?FloatView extends FrameLayout
The text was updated successfully, but these errors were encountered: