onChildAttachedToWindow

Called when an item view is attached to this RecyclerView.

Subclasses of RecyclerView may want to perform extra bookkeeping or modifications of child views as they become attached. This will be called before a LayoutManager measures or lays out the view and is a good time to perform these changes.

Parameters

child

Child view that is now attached to this RecyclerView and its associated window