rok5ek / BreadcrumbToolbar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%