String content = edtEditText.getText().toString(); //gets you the contents of edit text tvTextView.setText(content); //displays it in a textview ...
確定! 回上一頁