2011-10-17 3 views

답변

5

간단히 setText() 메서드를 호출하십시오. 다음은 예입니다.

EditText e = (EditText) findViewById(R.id.editText); 
e.setText("New Text"); 
관련 문제