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 suggest use a CustomView for tabs. you can create a new view with badge and set that to your tabs.
tab.setCustomView(R.layout.badged_tab);