我想改变键的颜色和键盘的背景。有没有办法做到这一点。
问问题
748 次
2 回答
1
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."
于 2011-08-04T07:19:33.817 回答
0
您可以通过 xml 文件中的条目更改任何键的颜色。
只是为了写
android:keyIcon="@drawable/ "
代替
android:keyLabel="".
于 2012-03-26T10:08:01.917 回答