小细节,作用很大,不知道就很头疼,这也是在csdn中其他writer中看到的,多看书是好的。
public void onClick(View v) {
// TODO Auto-generated method stub
switch (v.getId()) {
case R.id.addmess_item_yes:
Button b=(Button) v;
b.setText("已同意");
假如按的是TextView,那就Textview b=(Button) v;