EditText设置android:password=true之后,hinit文字的字体是会变的,我怎么把它改变为默认的字体?
在Java代码里设置一下就可以:passwordEditText.setTypeface(Typeface.DEFAULT);passwordEditText.setTransformationMethod(new PasswordTransformationMethod());