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: 3 months ago
JSON representation
[NO LONGER SUPPORTED]Simple implementation of sliding animation of title bar, bottom bar and floatingActionButton.
- Host: GitHub
- URL: https://github.com/Lauzy/LBehavior
- Owner: Lauzy
- Created: 2017-04-13T12:45:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T07:13:53.000Z (about 6 years ago)
- Last Synced: 2024-06-16T06:38:05.247Z (5 months ago)
- Language: Java
- Homepage:
- Size: 3.42 MB
- Stars: 610
- Watchers: 10
- Forks: 112
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - LBehavior - 简单实现标题栏导航栏滑动动画 (其他)
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
## 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