firstChildOrNull

inline fun <V : View> ViewGroup.firstChildOrNull(): V?

Get the first child view V in its parent view.

Receiver

ViewGroup

Return

V or null.

See also


Get the first child view in its parent view.

Receiver

ViewGroup

Return

View or null.

See also