findViewById

abstract fun <T : View?> findViewById(@IdRes id: Int): @Nullable T(source)

Finds a view that was identified by the id attribute from the XML that was processed in onCreate.

Return

The view if found or null otherwise.