I want to implement notification badge with android.support.design.widget.TabLayout. I had tried my best effort to implement it but fails.
android.support.design.widget.TabLayout
Any help wou
I will use this:
tabLayout.getTabAt(0).getOrCreateBadge().setNumber(10);