removeChild

fun removeChild(view: View?): Boolean

Removes the specified view from this container.

Returns true if the child was removed from this container. Returns false, if nothing happened.

Remarks: If the parent of view is not this container, this function doesn't do anything.