qstumn/BadgeView

FloatingActionButton 设置Badage后,就不悬浮了。

qazxcs113 opened this issue · 0 comments

FloatingActionButton mFabButton;

mFabButton = findViewById(R.id.Main_ButtonNav_fab);
new QBadgeView(this).bindTarget(mFabButton).setBadgeNumber(5);

能重新悬浮 or 其它解决方法吗