ibrahimsn98 / SmoothBottomBar

A lightweight Android material bottom navigation bar library
MIT License
1.94k stars 253 forks source link

Badge option no found #66

Open crismaver1993 opened 3 years ago

crismaver1993 commented 3 years ago

How to add notification badge on Bottom Navigation View?

Usually we do this :

val navBar  = findViewById<BottomNavigationView>(R.id.bottom_navigation)
navBar.getOrCreateBadge(R.id.action_stamp).number = 2
milon27 commented 3 years ago

https://github.com/ibrahimsn98/SmoothBottomBar/pull/84