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

animate RecyclerView into NestedScrollView

Open alizarei95 opened this issue 8 years ago • 1 comments

recPosts.setAdapter(new SlideInBottomAnimationAdapter(postsListAdapter));

adapter animation not works in this structure :

<SwipeRefreshLayout>
<NestedScrollView>
<RecyclerView/>
</NestedScrollView>
</SwipeRefreshLayout>

any idea ?

alizarei95 avatar Sep 13 '16 04:09 alizarei95

Same problem

gabriel-TheCode avatar Jul 10 '18 15:07 gabriel-TheCode