Does anyone know how to add an overlay panel/layout over a keyboard. I've trying several ways using the Sample softkeyboard without much success. Have been reading and trying to apply these:
-Overlay an activity on another activity OR overlay a view over another
-Android overlay a view ontop of everything?
-Android - Dynamically Add Views into View
I suppose that these work when implementing an activity rather than a service such as a keyboard.
any suggestions?