SmoothBottomBar
SmoothBottomBar copied to clipboard
Badge option no found
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
https://github.com/ibrahimsn98/SmoothBottomBar/pull/84