Java Android Development Find Element by ID

findViewById(R.id.idName) // "idName" replaced with the id of the element you want
Impossible Impala