Android Tablayout tabs with notification badge like whatsApp

前端 未结 9 959
感情败类
感情败类 2020-12-04 20:15

I want to implement notification badge with android.support.design.widget.TabLayout. I had tried my best effort to implement it but fails.

Any help wou

9条回答
  •  执笔经年
    2020-12-04 20:49

    just use this trick :

    BadgeView bv1 = new BadgeView(this, ((ViewGroup) tabLayout.getChildAt(0)).getChildAt(0));
    

提交回复
热议问题