Java Android Development Find Element by Id
findViewById(R.id.idName) // "idName" replaced with the id of the element you want
Impossible Impala
findViewById(R.id.idName) // "idName" replaced with the id of the element you want