Badge Support Added
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))