Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: How to create custom shape keys on keyboard?

I wonder how could is possible to make custom shape key on android keyboard. To create custom keyboard is relatively easy, but what needs to be done to create new buttons. They also need to respond with all events as normal keyboard.

Any ideas where to start?

like image 404
Solata Avatar asked Jun 05 '10 10:06

Solata


1 Answers

You need to create an image for each key you want on your custom keyboard, and then, create the xml supporting the design of your keyboard and load it in your application with they Keyboard class. Do you need more details? If so, I will prepare one if you want, I've been wanting to have a go at this class for a while.

like image 172
Sephy Avatar answered Oct 23 '22 15:10

Sephy