美文网首页
Android EditText InputType (java

Android EditText InputType (java

作者: Akashi | 来源:发表于2016-03-25 16:35 被阅读87次

    via code should like this:

    editText.setTransformationMethod(PasswordTransformationMethod.getInstance());

    not :

    editText.setInputType;

    see: 

    http://stackoverflow.com/questions/2586301/set-inputtype-for-an-edittext

    相关文章

      网友评论

          本文标题:Android EditText InputType (java

          本文链接:https://www.haomeiwen.com/subject/fjcdlttx.html