Skip to content

Instantly share code, notes, and snippets.

@polojerry
Last active July 28, 2021 11:27
Show Gist options
  • Save polojerry/2358e9c89f3d5390fa6c29f28233e4f4 to your computer and use it in GitHub Desktop.
Save polojerry/2358e9c89f3d5390fa6c29f28233e4f4 to your computer and use it in GitHub Desktop.
Creating a badge in bottom navigation
val badge = bottomNavigation.getOrCreateBadge(menuId)
badge.isVisible = true
badge.number = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment