Android xml键盘限制中的电话号码

发布于 2024-12-04 01:33:40 字数 189 浏览 1 评论 0原文

您好,在我的项目中,我有一个编辑文本框,我希望用户在其中输入他的电话号码,我需要采用 +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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

美羊羊 2024-12-11 01:33:40

试试 android:digits="+0123456789"

Try it android:digits="+0123456789"

花之痕靓丽 2024-12-11 01:33:40

试试这个::

android:inputType="number"

它允许用户仅输入整数值

try this::

android:inputType="number"

it allow user to enter only integer value

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文