# appbarlayout-spring-behavior
**Repository Path**: xinqiaohe/appbarlayout-spring-behavior
## Basic Information
- **Project Name**: appbarlayout-spring-behavior
- **Description**: One Behavior help AppBarLayout to scroll spring and with fling fix app bar and fling fix nest scroll view
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2019-05-24
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# appbarlayout-spring-behavior
One library contains one behavior help appbarlayout to scrll spring. In the sample have add the realtimeblur test and add tablayout with TabScrimHelper(animate color with CollapsingToolbarLayout).Because of some methods in the Behavior of AppBarLayout not open to the out package. So I set the package name same to the support design.And add one fling_fix_behavior to fix the appbarlayout to scroll down fling. Also add one NestedFixFlingScrollView to fix NestedScrollView fling bug.
* AppBarLayout Spring
* AppBarLayout Fling fix
* NestedScrollView Fling Fix
[Download Sample](https://github.com/ToDou/appbarlayout-spring-behavior/releases)
Screenshot
====
First is with spring. Second with blur and TabScrimHelper.Third with fling fix
  
Installation
====
```groovy
dependencies {
compile 'com.github.todou:appbarspring:1.0.2'
}
```
Usages
====
####AppBarLayout-Spring
```xml
Copyright 2016 ToDou
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.