I want to change the default layout which Android uses for show the alternative keys when performs a long-press on a key. Keys have an attribute "android:popupKeyboard" used for define the layout of the alternative key list (which could be a Keyboard reference) but when I use it the Android's default layout still appears. Is possible to change or override this layout?
A:
This isn't possible without writing your own software keyboard. You'll find a good starting point in Creating an Input Method.
Dinedal
2010-01-14 14:47:12
We have it done already, and our own design for the whole keyboard aswell. But we'r still having problems with the layout for the alternative key list.
Tebam
2010-01-14 15:33:02
Are you adjusting android:popupCharacters as well?
Dinedal
2010-01-14 18:28:29