是否可以创建非矩形键盘?
我想创建一个弧形的自定义 Android 键盘,但我不知道这是否可能或如何做到。所以我很高兴能指出正确的方向
I want to create a custom Android keyboard that is in a arc like shape, but I don't know if it is at all possible or how to do it. So I'd appreciate being pointed in the right direction
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以创建非矩形键盘。检查 android 软键盘 实现并将布局更改为您想要的。 AFAIK,它使用自定义视图来处理按钮添加/删除,您需要更改它才能实现此目的。
Yes, its possible to create a non-rectangular keyboard. Check the android softkeyboard implementation and change the layouts to what you want. AFAIK, its using a custom view which handles the buttons addition/removal, you need to change this to achieve this.