Skip to content

Badge Support Added

Compare
Choose a tag to compare
@Ashok-Varma Ashok-Varma released this 26 Apr 02:48
· 123 commits to master since this release

Added Badges Support to Bottom Navigation Bar.

Now badges can to added to bottom navigation bar

BadgeItem badgeItem = new BadgeItem().setBorderWidth(4).setBackgroundColorResource(R.color.blue).setText("1").setHideOnSelect(true);

bottomNavigationBar.addItem(new BottomNavigationItem(R.drawable.ic_location_on_white_24dp,"Location").setBadgeItem(badgeItem))