findViewById
Returns a cached reference to a subview managed by this object. If the view reference is not yet cached, it falls back to calling findViewById and caches the result.
Return
The view, or null
if no view with the requested ID is found
Parameters
id
Resource ID of the view to find