Alternatively, if you want to do it in the code you could do this : EditText mEdit = (EditText) findViewById(R.id.yourid); mEdit.setEnabled( ...
確定! 回上一頁