Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用户输入的密码不会立即变为 * 并且纯文本显示 5 秒左右。我不希望这是我制作自定义锁屏,否则其他人可以看到输入的密码。我在用着
安卓:密码=“真”
好心的帮助
据我所知,这在所有移动平台上都是如此,这是“正常”的方式,因为虚拟键盘很小,您可能会输入错误的字符。不过,如果你真的想修改它,你必须创建你自己的 EditText,它将扩展 android 的 EditText。