带“-”的数字键盘的 xml和“/”

发布于 2024-11-02 12:31:38 字数 161 浏览 2 评论 0原文

我有一个接受数字的编辑字段,但我希望能够显示像“3-1/2”这样的分数。数字软键盘没有“-”和“/”符号。

在 xml 代码中是否有任何方法可以让编辑控件弹出常规文本软键盘,并选择 alt“123”按钮(左下角),以便数字将显示在顶行,并且我需要的其他符号可用于用户?

谢谢!

I have an edit field that accepts numbers, but I want to be able to show fractions like "3-1/2". The numeric soft keypad does not have the "-" and "/" symbols available.

Is there any way in xml code for the edit control to pop up the regular text soft keyboard with the alt "123" button (lower left) selected so that the numbers will show on the top row and the other symbols I need are available to the user?

Thanks!

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

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

发布评论

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

评论(1

习ぎ惯性依靠 2024-11-09 12:31:38

您可以使用 sdk 的 android.inputmethodservice.Keyboard 部分以 XML 格式编写您自己的键盘描述。我自己还没有尝试过它,但它看起来很有希望。

You can use the android.inputmethodservice.Keyboard part of the sdk to write your own description of a keyboard, in XML format. I haven't played around with it myself but it looks promising.

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