OnAfterLayoutListener

Listener that will be called after RecyclerView and LayoutManager layout is called.

This is generally not recommended to be used unless you really know what you're doing because it will be called on every layout pass. Other callbacks like onDataBound and onDataRendered may be more appropriate. It is a good time to invoke code which needs to respond to child sizing changes.

Functions

Link copied to clipboard
abstract fun onAfterLayout(recyclerView: RecyclerView)