开发者

Is there some way to change the backround of keyboard and color of keys?

I want to change the color of keys and b开发者_StackOverflow社区ackground of keyboard. Is there some way to achieve this.


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


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

Just to write

android:keyIcon="@drawable/ "

instead of

android:keyLabel="".
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜