[android-developers] Full-screen virtual keyboard?

2010-03-26 Thread Bill Gatliff
Guys: I have a need for a virtual keyboard with maximally-large keys. Ideally, the keyboard would expand to cover the whole screen, and the semi-transparent keys would allow me to see the widget with the input focus underneath. Is such a thing possible? Can anyone point me in a direction? I

Re: [android-developers] Full-screen virtual keyboard?

2010-03-26 Thread Dianne Hackborn
The SDK includes sample code for writing an IME. You can modify this to always be fullscreen (instead of only fullscreen in landscape). On Thu, Mar 25, 2010 at 2:24 PM, Bill Gatliff bgatl...@gmail.com wrote: Guys: I have a need for a virtual keyboard with maximally-large keys. Ideally, the