AnchoredBehavior

A CoordinatorLayout Behavior to anchor views with an animation.

AnchoredBehavior AnchoredBehaviorV
Default Behavior Custom Behavior

Installation

Step 1. Add the JitPack repository to your build file

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.prolificinteractive:anchored-behavior:${anchoredBehaviorVersion}'
}

Usage

Look for the sample app for a complete example of AnchoredBehavior.

Contributing to AnchoredBehavior

To report a bug or enhancement request, feel free to file an issue under the respective heading.

If you wish to contribute to the project, fork this repo and submit a pull request. Code contributions should follow the standards specified in the Prolific Android Style Guide.

GitHub