How to expand the space between a RecyclerView element while scrolling

How to expand the space between the recyclerview element when scrolling, as shown below. I tried to add custom animation to the onBindViewHolder method, but this solution does not work the way I want. It looks like some animations are adding to the RecyclerView.OnScrollListener.onScrolled method. Any ideas? thanks.

Custom animation

+5
source share

Source: https://habr.com/ru/post/1247496/


All Articles