deleteView

open fun deleteView(view: View, listener: LayoutAnimationListener)

Animate a view deletion using the layout animation configuration supplied during initialization.

Parameters

view

The view to animate.

listener

Called once the animation is finished, should be used to completely remove the view.