Skip to content

Gozirin/BottomNavigation-

Repository files navigation

Android Arsenal Build Status

BottomNavigation

get sample apk from [Google Play Store][googlePlayStoreLink]

What is this component about?

This component that mimics the new [Material Design Bottom Navigation pattern][googlePage].

(currently under active development, expect to see new releases almost daily)

Features

  • 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

Download

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>

For Usage Docs [Visit Wiki][wikiLink]

Migration from V1 to V2

  1. BadgeItem has been changed to TextBadgeItem
  2. New ShapeBadgeItem implementation changed. check this page for new api usage
  3. hideText replaced with new modes. To use those mode should be set to MODE_FIXED_NO_TITLE / MODE_SHIFTING_NO_TITLE

About

This library makes it simple for users to use Google's new bottom navigation bar and offers a ton of customization options.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages