带“-”的数字键盘的 xml和“/”
我有一个接受数字的编辑字段,但我希望能够显示像“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.