anchored-behavior
anchored-behavior copied to clipboard
A CoordinatorLayout Behavior to anchor views with an animation.
AnchoredBehavior
![]() |
![]() |
---|---|
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.
License
Copyright (c) 2018 Prolific Interactive
AnchoredBehavior is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file.