janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 369 forks source link

Change default view adding animation #65

Closed abdullo211 closed 6 years ago

abdullo211 commented 7 years ago

How to change default adding animation to placeholder view(only adding animation)

abdullo211 commented 7 years ago

This not working: placeHolderView.layoutAnimation = AnimationUtils.loadLayoutAnimation(context, R.anim.layout_animation_fall_down) placeHolderView.scheduleLayoutAnimation()

abdullo211 commented 6 years ago

I fix this, by adding custom item animator