/BreadcrumbToolbar

Breadcrumb Toolbar provides a nested view interaction embedded into the vanilla Toolbar.

Primary LanguageJavaApache License 2.0Apache-2.0

Breadcrumb Toolbar

Android Arsenal

Breadcrumb Toolbar provides a nested view interaction embedded into the vanilla Toolbar.

alt tag

Download

Grab via Maven:

<dependency>
  <groupId>com.rokpetek.breadcrumbtoolbar</groupId>
  <artifactId>breadcrumb-toolbar</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

or Gradle:

compile 'com.rokpetek.breadcrumbtoolbar:breadcrumb-toolbar:1.0'

Usage

When adding a new fragment the toolbar is notified to add an item on its "breadcrumb" stack. You can use it with the animated drawer hamburger icon or without. Sample app is included.

Compatibility

  • Library: SDK 14+ (ICS)
  • Sample app: SDK 24+ (N), Java 8

Support

  • RTL support (right to left)

Bintray

Publish to bintray (parameters located in local.properties)

$ ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false