Skip to content

Instantly share code, notes, and snippets.

@carlosalexandresmo
Created March 31, 2018 00:30
Show Gist options
  • Save carlosalexandresmo/a733bf6f6976a827cfb5c91013b36d99 to your computer and use it in GitHub Desktop.
Save carlosalexandresmo/a733bf6f6976a827cfb5c91013b36d99 to your computer and use it in GitHub Desktop.
BottomNavigationMenuView bottomNavigationMenuView =
(BottomNavigationMenuView) navigationView.getChildAt(0);
View v = bottomNavigationMenuView.getChildAt(3);
BottomNavigationItemView itemView = (BottomNavigationItemView) v;
View badge = LayoutInflater.from(this)
.inflate(R.layout.notification_badge, bottomNavigationMenuView, false);
itemView.addView(badge);
@carlosalexandresmo
Copy link
Author

A part script fo Bottom Navigation View with badge icon in Android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment