android:password="true"를 xml에 해당 edittext에 추가해 줍니다.password맞던가.
물론 원래문자를 가져옵니다.
2011.06.03 09:45:56
Lucida
자문자답이지만 전 이렇게 했습니다.
PasswordTransformationMethod passwdtm = new PasswordTransformationMethod(); et = (EditText)findViewById(R.id.edit_password ); et.setTransformationMethod(passwdtm);
android:password="true"를 xml에 해당 edittext에 추가해 줍니다.password맞던가.
물론 원래문자를 가져옵니다.