views:

58

answers:

1

How can I set backgrounds for each key on the android keyboard. KeyboardView android:keyBackground provides one background for all keys. But I want to set different backgrounds for every key.

A: 

Perhaps you could define a new Input Method.

Mark