OnBeforeLayoutListener
interface OnBeforeLayoutListener
Listener that will be called before 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.