Button button = new Button();
Button button = (Button)findViewById(R.id.bt_button);
//让按钮显示灰色,失效
button.setEnabled(false);
2022-11-06 22:38:09
Button button = new Button();
Button button = (Button)findViewById(R.id.bt_button);
//让按钮显示灰色,失效
button.setEnabled(false);