Skip to content

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

License

Notifications You must be signed in to change notification settings

rok5ek/BreadcrumbToolbar

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages