You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: