Hi, I've been trying to create my own android keyboard following this guide and looking at the latinIME souce code.
While reading the kbd_qwerty.xml file I noticed the different tags used and explained here. I was expecting to see certain tag to reproduce what BetterKeyboard application does. They draw more than one key on each button. Example.
Are they adding images or this is somehow possible from the xml?
Thanks for reading!