Android 自定义测量键盘
我已经搜索过网络,但找不到我希望成为解决我遇到的问题的简单解决方案。
我希望我的应用程序的一项活动包含一个键盘,允许用户输入 0-9“。”然后选择“mm”“cm”“m”的 3 个选项之一。
有没有办法覆盖标准键盘来提供这个有限的版本,或者我应该将它构建到我的视图中 - 这似乎有点不标准。
有什么想法吗?
I've scoured the net and SO and can't find what I'm hoping to be a simple solution to a problem i have.
I want one activity of my app to include a keyboard which allows the user to input 0-9 "." and then one of 3 selections for "mm" "cm" "m".
Is there a way to override the standard keyboard to provide this limited version or should I just build it into my view - this seems a bit non-standard.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终只是用屏幕上的专用键盘制作了自定义视图。
Ended up just making a custom view with a specialised keyboard on the screen.