FloatingActionButton mFabButton; mFabButton = findViewById(R.id.Main_ButtonNav_fab); new QBadgeView(this).bindTarget(mFabButton).setBadgeNumber(5); 能重新悬浮 or 其它解决方法吗
mFabButton = findViewById(R.id.Main_ButtonNav_fab);
new QBadgeView(this).bindTarget(mFabButton).setBadgeNumber(5);
能重新悬浮 or 其它解决方法吗