I am creating my own IME. In order to achieve this I am using the InputMethodService. Now wish to add superscript as well for each and every key. So for achieving this do I have to implement the similar to the "gingerbread Latin IME LatinKeyboardBaseView" as per the below code or can be done using any other approach as well or can we just add the images for achieving this?
The latin keyboard source I am referring is as below.