Breadcrumb Toolbar provides a nested view interaction embedded into the vanilla Toolbar.
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'
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.
- Library: SDK 14+ (ICS)
- Sample app: SDK 24+ (N), Java 8
- RTL support (right to left)
Publish to bintray (parameters located in local.properties)
$ ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false