Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Lauzy/LBehavior

[NO LONGER SUPPORTED]Simple implementation of sliding animation of title bar, bottom bar and floatingActionButton.
https://github.com/Lauzy/LBehavior

Last synced: about 22 hours ago
JSON representation

[NO LONGER SUPPORTED]Simple implementation of sliding animation of title bar, bottom bar and floatingActionButton.

Lists

README

        

## LBehavior: Simple implementation of sliding animation of title bar, bottom bar and floatingActionButton.

[![](https://jitpack.io/v/Lauzy/LBehavior.svg)](https://jitpack.io/#Lauzy/LBehavior)

[中文文档](/README_CN.md)

## Screenshots

screenshot screenshot screenshot

## Blog Introduce

JianShu: [http://www.jianshu.com/p/2974d8ffc3a5](http://www.jianshu.com/p/2974d8ffc3a5)

## Download
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

dependencies {
implementation 'com.github.Lauzy:LBehavior:VERSION_CODE'
}
```
The version code of the latest release can be found [here](https://github.com/Lauzy/LBehavior/releases)

## Usage

Xml file:

The root layout must be CoordinatorLayout,which is similar to FrameLayout
```xml