BottomNavigation Versions Save

This Library helps users to use Bottom Navigation Bar (A new pattern from google) with ease and allows ton of customizations

2.0.3

5 years ago

2.0.1

6 years ago

=> Badges added (new ShapeBadge, TextBadge) => No_title as mode => Many Bug Fixes

1.4.1

7 years ago

Merged pull request to hide the title option updated to latest support libraries

1.3.0

8 years ago

Changes

unHide() method name was changed to show() to keep consistence between badge, fab and bottomNavBar

Features

Snack Bar and FAB Support (#49, #4) can Disable auto-hide feature (#40)

Bug Fixes

hide/Un-hide Bug Fix (#45, #46, #47 )

1.2.2

8 years ago

#29 #30 bug fixes #31 improvement

1.2.1

8 years ago

#25 bug fix

1.2.0

8 years ago

=> Changed bottom navigation bar Hiding Behaviour based on content scrolling. => Added XML attributes. => Added support to set different in-active icon instead of just changing the color of active icon. => Added elevation and now Elevation is visible all Lollipop+ devices => Support Library updated to 23.4.0

1.1.1

8 years ago
  1. bug fixes and code optimisation
  2. Adding better functionality to Badges (Dynamic change of badge on changing badge item)
  3. Changed mode name CLASSIC to FIXED (google guidelines)
  4. Sample App => Icon change and bug tracking addition

1.1.0

8 years ago

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))

1.0.0

8 years ago

ChangeLog

Added Options to hide and unhide the bottomBar