有没有办法改变键盘的背景和按键的颜色?

发布于 2024-11-27 23:53:56 字数 36 浏览 0 评论 0原文

我想更改键盘按键的颜色和背景。有什么方法可以实现这一点吗?

I want to change the color of keys and background of keyboard. Is there some way to achieve this.

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

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

发布评论

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

评论(2

不美如何 2024-12-04 23:53:56

一个简单的答案:不。

任何虚拟键盘都只是输入法“应用程序”的一部分。也就是说,如果您想更改特定虚拟键盘的颜色,则需要更改键盘使用的可绘制对象或样式。

实现您的需求的唯一方法是“自己编写一个输入法”。

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."

当梦初醒 2024-12-04 23:53:56

您可以通过 xml 文件中的条目更改任何键的颜色。

只是为了写

android:keyIcon="@drawable/ "

而不是

android:keyLabel="".

You can change the color of any key by the entry in xml file.

Just to write

android:keyIcon="@drawable/ "

instead of

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