get sample apk from [Google Play Store][googlePlayStoreLink]
This component that mimics the new [Material Design Bottom Navigation pattern][googlePage].
(currently under active development, expect to see new releases almost daily)
- This library offers ton of customisations that you can do to Bottom Navigation Bar.
- Follows google [bottom navigation bar guidelines][googlePage]
- Choose your background style and tab mode.
- each tab has it's own colors
- supports badges with complete customization
Based on your IDE you can import library in one of the following ways
Download [the latest JAR][mavenAarDownload] or grab via Maven:
<dependency>
<groupId>com.gozirin.android</groupId>
<artifactId>bottom-navigation-bar</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
or Gradle:
implementation 'com.ashokvarma.android:bottom-navigation-bar:2.2.0'
or Ivy:
<dependency org='com.gozirin.android' name='bottom-navigation-bar' rev='2.2.0'>
<artifact name='$AID' ext='pom' />
</dependency>
- BadgeItem has been changed to TextBadgeItem
- New ShapeBadgeItem implementation changed. check this page for new api usage
- hideText replaced with new modes. To use those mode should be set to MODE_FIXED_NO_TITLE / MODE_SHIFTING_NO_TITLE