Android中EditText的InputType

发布于 2024-10-16 06:34:18 字数 255 浏览 1 评论 0原文

我想使用默认键盘,但也希望它与数字输入类型一起出现。

有人知道该怎么做吗?

也许有办法以编程方式按“?123”键?

我查看了 inputTypes 列表,但似乎没有一个适合我的需要。

谢谢

I want to use default keyboard for, but want also that it occurs with numeric input type.

Does anybody know how to do that?

Maybe there is a way to press '?123'-key programmatically?

I've took a look to list of inputTypes, but none of them seems to be the proper one for my need.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

失与倦" 2024-10-23 06:34:18

您可以使用这 3 个中的任意一个:

在此处输入图像描述

例如:android:inputType="numberDecimal"< /代码>

You can use either of these 3:

enter image description here

For example: android:inputType="numberDecimal"

悲欢浪云 2024-10-23 06:34:18

在你的代码中设置
inputType = “数字”

set in ur code
inputType = "number"

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