saulmm / CoordinatorBehaviorExample

2.71k stars 590 forks source link

API 25 issue #36

Open rarg27 opened 7 years ago

rarg27 commented 7 years ago

In using API 25, the AvatarImageBehavior doesnt really work well. I always get this when i quickly scroll up. screenshot_1497241898

I run with this config: compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:design:25.3.1' compile 'com.android.support:cardview-v7:25.3.1'

But changing to this project's config (using 23.2.1), the behavior works perfectly.

Sorry for my question. I'm a total beginner in using CoordinatorLayout. Thank you!