摘要: public class MyActivity extends Activity { protected void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.content_layout_id); final Button button = (Button) findViewById(R.id.button_id); button.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { /. 阅读全文
posted @ 2011-06-26 10:17 lxmanutd 阅读(697) 评论(0) 推荐(1) 编辑