Ejemplo n.º 1
0
 protected void configureType() {
   mTypeButton.setChecked(mType);
   mTypeButton.setContentDescription(
       getString(mType ? R.string.pm_type_credit : R.string.pm_type_debit));
 }