Is there a way to display notification badge on Google's official BottomNavigationView menu items introduced in API 25?

前端 未结 3 1885
野性不改
野性不改 2020-12-31 10:49

I have been trying BottomNavigationView released in API 25. I want to display a notification badge (say a small blue circle with or without a count in it) on on

3条回答
  •  隐瞒了意图╮
    2020-12-31 11:17

    Create a layout with a Textview.

    Inflate the view by adding the BottomNavigationMenuView as child for BottomNavigationView. Add the count to required menu.

    See the below link.

    https://stackoverflow.com/a/48269868/4675067

提交回复
热议问题