有没有办法改变键盘的背景和按键的颜色?
我想更改键盘按键的颜色和背景。有什么方法可以实现这一点吗?
I want to change the color of keys and background of keyboard. Is there some way to achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个简单的答案:不。
任何虚拟键盘都只是输入法“应用程序”的一部分。也就是说,如果您想更改特定虚拟键盘的颜色,则需要更改键盘使用的可绘制对象或样式。
实现您的需求的唯一方法是“自己编写一个输入法”。
A simple answer: no.
Any virtual keyboards are just some part of an input method "application". That is, if you want to change the color of a specific virtual keyboard, you need to change the drawables or the styles which are used by the keyboard.
The only way to achieve your need is "write one IME by yourself."
您可以通过 xml 文件中的条目更改任何键的颜色。
只是为了写
而不是
You can change the color of any key by the entry in xml file.
Just to write
instead of