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
just use this trick :
BadgeView bv1 = new BadgeView(this, ((ViewGroup) tabLayout.getChildAt(0)).getChildAt(0));