android中EditBox字符限制
在我的应用程序中,我放置了一些 EditBoxes
。当用户输入一些数据时,我想阻止他输入太多字符。即当字符数超过80个时,其旁边键入的字符必须停止并且必须是不可见的。
android 中是否有任何选项,或者我应该编写自己的代码。如果我必须自己编写代码,请帮助我的朋友。
In my app i have placed some EditBoxes
. When the user types some data i want to stop him from entering too much of characters. i.e When the number of characters exceed 80, the characters typed next to them must be stopped and it must be invisible.
Is there any option for this in android or should I write a code of my own. If I have to write a code of my own please help me friends.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 setFilters 或 android:maxLength 在 xml 中
Use setFilters or android:maxLength in xml