It would also be helpful to make the virtual keyboard always be shown in fullscreen. I tried to extend the class InputMethodService overriding onEvaluateFullscreenMode to always return true, but I had the following problems: - My application UI is still shown above the keyboard, even after setting the attribute android:imeFullscreenBackground. - Selecting another control other than the one that activated the keyboard makes the application hang. - Couldn't find a way to show the keyboard with the "Done" button instead of enter.
On Feb 2, 9:16 am, flsobral <[email protected]> wrote: > Hello. > > I'm looking for a way to move the virtual keyboard to the top of the > screen, rather than the bottom. Is it possible? > > Thanks in advance. > > Fabio. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

