recyclerview-animators
recyclerview-animators copied to clipboard
animate RecyclerView into NestedScrollView
recPosts.setAdapter(new SlideInBottomAnimationAdapter(postsListAdapter));
adapter animation not works in this structure :
<SwipeRefreshLayout>
<NestedScrollView>
<RecyclerView/>
</NestedScrollView>
</SwipeRefreshLayout>
any idea ?
Same problem