Releases: Ashok-Varma/BottomNavigation
Releases · Ashok-Varma/BottomNavigation
Bump Up support libraries
2.0.3 Update README.md
Rewamp Badges
=> Badges added (new ShapeBadge, TextBadge)
=> No_title as mode
=> Many Bug Fixes
Hide title option added
Merged pull request to hide the title option
updated to latest support libraries
1.3.0
Bug Fixes and improvements
small bug fixes
#25 bug fix
XML Attributes and Elevation added
=> 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
Bug Fixes to 1.1.0
- bug fixes and code optimisation
- Adding better functionality to Badges (Dynamic change of badge on changing badge item)
- Changed mode name CLASSIC to FIXED (google guidelines)
- Sample App => Icon change and bug tracking addition
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))
Initial Production Release
ChangeLog
Added Options to hide and unhide the bottomBar