appbarlayout-spring-behavior icon indicating copy to clipboard operation
appbarlayout-spring-behavior copied to clipboard

One Behavior help AppBarLayout to scroll spring

Results 27 appbarlayout-spring-behavior issues
Sort by recently updated
recently updated
newest added

This library no longer work with new versions

一样的布局,一样的写法,在fragment不行啊

图片只跟随这上走下走,但是下拉不进行放大,我的AppBarLayout 是在activity中设置成图片比例的宽高了, int width = ScreenUtils.getScreenWidth(this); int height = (int) (width * 0.768); ablHead.setLayoutParams(new CoordinatorLayout.LayoutParams(width,height));

ERROR: Unable to resolve dependency for ':app@mockDebug/compileClasspath': Failed to transform artifact 'appbarspring.aar (com.github.todou:appbarspring:1.0.9)' to match attributes {artifactType=jar} Show Details Affected Modules: app ERROR: Unable to resolve dependency for ':app@mockDebugAndroidTest/compileClasspath': Failed...

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'appbarspring-1.0.9.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform Show Details Affected Modules: app ERROR: Unable to resolve dependency for...

![image](https://user-images.githubusercontent.com/7222340/69954681-d38ef480-1536-11ea-9fcd-c0be0d5a818f.png)

用力向下滑之后在往上回弹的之前会卡顿一下再往上回弹,请问如何处理呢

CollapsingToolbarLayout里面嵌套布局,下拉图片没有拉伸。