- Added
hideBottomNavigation(boolean withAnimation)
- Added
restoreBottomNavigation(boolean withAnimation)
- Added
public AHBottomNavigationItem getItem(int position)
to get a specific item - Added
public void refresh()
to force a UI refresh
- Improved
hideBottomNavigation()
andrestoreBottomNavigation()
- Added
setTitleTypeface
- Changed method name
setNotificationBackgroundColorResource
bysetNotificationTypeface
- Started working on
onSaveInstanceState
andonRestoreInstanceState
(currentItem & notifications for now)
- Added hideBottomNavigation()
- Added CURRENT_ITEM_NONE to unselect all items
- Improved Notifications (animation, size)
- Updated lib dependencies
- Fixed Snackbar when setBehaviorTranslationEnabled(false)
- Fixed animations on pre Kit Kat
- Added an example with Vector Drawable
- Fixed layout rendering with fragments
- Compatible with Snackbar
- Compatible with Floating Action Button
- Snackbar is now compatible
- Added: setCurrentItem(int position, boolean useCallback)
- Added: setUseElevation(boolean useElevation)
- Added: restoreBottomNavigation()
- Fixed setForceTint()
- Fixed crash when setForceTitlesDisplay(true)
- Improved UI
- Bug fixes
- Notifications
- Minimum SDK version: 14
- AHBottomNavigation was under development.