find View By Id
The same as View.findViewById, but takes the name of the id instead.
Return
a view with the given id in the layout, or null
if it is not found
Parameters
id Name
the name of the id resource
The same as View.findViewById, but takes the name of the id instead.
a view with the given id in the layout, or null
if it is not found
the name of the id resource