getView
Gets a media control view with a given resource id.
Return
null if no such control exists in the registry, the View object otherwise.
Parameters
id
The Android resource identifier.
Gets a media control view with a given resource tag (the last portion of the textual resource id, e.g. "@+id/tag").
Return
null if no such control exists in the registry, the View object otherwise.
Parameters
resourceTag
The Android resource identifier.