Ejemplo n.º 1
0
 @Override
 public void setContentView(int layoutResID) {
   super.setContentView(layoutResID);
   mAmountLabel = (TextView) findViewById(R.id.AmountLabel);
   mAmountText = (AmountEditText) findViewById(R.id.AmountRow).findViewById(R.id.Amount);
 }