Java Android Development Get 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