android Edittext 수정불가

의외로 간단하다.

터치가 안되게 하면 된다.

editText.setFocusable(false);

editText.setClickable(false);