【风马一族_Android】Button 按钮之记录
Button button = new Button();
Button button = (Button)findViewById(R.id.bt_button);
//让按钮显示灰色,失效
button.setEnabled(false);
每天完成一件事。
不管是为了什么。
Button button = new Button();
Button button = (Button)findViewById(R.id.bt_button);
//让按钮显示灰色,失效
button.setEnabled(false);