Android xml键盘限制中的电话号码
您好,在我的项目中,我有一个编辑文本框,我希望用户在其中输入他的电话号码,我需要采用 +0000000000 之类的格式,无需允许 - 或任何其他符号。我需要在键盘输入时限制用户。我已经实现了用于验证此格式的正则表达式,并且我正在使用 android:inputType="phone" 是否有任何其他输入类型可用,或者我可以以任何方式自定义它。寻求帮助,请...
Hi in my project i have a edit text box, where i want the user to enter his phone number, I need it in a format like +0000000000 no need to allow - or any other symbols. I need to restrict the user while entering in keyboard. I have implemented the regular expression for validation for this format and I am using android:inputType="phone" is there any other input Type is available or can i customize it in any way. Looking for help pls...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试 android:digits="+0123456789"
Try it android:digits="+0123456789"
试试这个::
它允许用户仅输入整数值
try this::
it allow user to enter only integer value