There's a post on this groups regarding the resize issue. It seems that using the FULL_SCREEN flag actually (as it's name suggests) makes the IME unable to "steal" a part of the screen for display purposes. And regarding the other problem... try using InputType.TYPE_NULL + InputMethodManger.showSoftInput(..., SHOW_FORCED). From my experiments in a custom edit box I noticed that in landscape the IME is no longer fullscreen (I think it was also documented in the InputMethodService reference page).
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

