2013年1月25日
摘要: //OnCreate()下声明Button bt1=(Button) findViewById(R.id.button1);Button bt2=(Button) findViewById(R.id.button2); Button bt3=(Button) findViewById(R.id.button3);bt1.setOnClickListener(btnClickListener);bt2.setOnClickListener(btnClickListener);bt3.setOnClickListener(btnClickListener); //外部对象声明 (含匿名类) Vi. 阅读全文
posted @ 2013-01-25 20:04 Code大蛇丸 阅读(581) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="230dp" android:layout_height="wrap_content" android:background="@drawable/dgxml" android:orienta 阅读全文
posted @ 2013-01-25 17:18 Code大蛇丸 阅读(721) 评论(0) 推荐(0)