In using API 25, the AvatarImageBehavior doesnt really work well. I always get this when i quickly scroll up.
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!
In using API 25, the AvatarImageBehavior doesnt really work well. I always get this when i quickly scroll up.
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!