recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

Animation for each item just show one time

Open miketrinh1995 opened this issue 7 years ago • 4 comments

How to scrolling down and scrolling up (scroll all items in list or recycle view) also have animation for items while scrolling (including case all items animated) ? This animation just happened with new items never load(animation before)

miketrinh1995 avatar Jun 25 '17 10:06 miketrinh1995

layout_list_item.xml layout height should be wrap_content not match parent

danielawde9 avatar Jul 03 '17 17:07 danielawde9

@danielawde9 I don't think so! If you don't believe about that, you should download the source code and check it. Thank you for support.

miketrinh1995 avatar Jul 04 '17 10:07 miketrinh1995

Oh, I'm sorry I misread your issue.

danielawde9 avatar Jul 04 '17 15:07 danielawde9

You must see #14 there are a way for the solution

agueroveraalvaro avatar Aug 24 '17 20:08 agueroveraalvaro