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.
我想在用户输入 EditText 的 android 中创建一个应用程序。但是用户看不到实际输入的内容,而是在该 EditText 中看到不同的文本。
如果您能详细说明实时使用情况,那就太好了。但是,如果要屏蔽输入,可以android:inputType="textPassword"在 EditText 中使用。
android:inputType="textPassword"
或者,您可以使用捕获输入setOnKeyListener并相应地设置值。
setOnKeyListener