如何从另一个 Activity 编辑按钮?
它返回给我一个
java.lang.IllegalStateException: Could not execute method of the activity
Caused by: java.lang.NullPointerException
当我想
getButton.setEnabled(false);
在哪里
Button getButton = (Button)findViewById(R.id.buttonGet);