Skip to content

AHBottomNavigation

Compare
Choose a tag to compare
@aurelhubert aurelhubert released this 23 Aug 11:00
· 52 commits to master since this release
  • Update libraries versions
  • Add enable/disable tab state (with custom color)
  • Add new xml attributes (colored, accentColor, inactiveColor, disableColor, coloredActive, coloredInactive)
  • Add param notificationAnimationDuration
  • Update getDrawable method with AppCompatResources.getDrawable(context, drawableRes);
    If you use drawable selector and target API < 21, don't forget to add this:
    AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);