Android Tablayout tabs with notification badge like whatsApp

前端 未结 9 987
感情败类
感情败类 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:54

    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);
    

提交回复
热议问题