This is up to the input method. Note that most of the platform UI has not been optimized for larger screens (only normal medium density and normal long high density), so I wouldn't spend a lot of time trying to tweak systemish behavior for them. When someone does a large screen device they will need to do the work to make the system UI behave appropriately on it.
On Mon, Nov 23, 2009 at 7:38 AM, Michael <[email protected]> wrote: > Or, to put it another way, perhaps there is a way to bring up the > software keyboard and suppress this behaviour? Bottom line, is that it > looks awful on larger resolutions. I can overload the right events > within the control to prevent this behaviour, but I would still need > to manually invoke the InputMethodManager... > > On Nov 19, 4:30 pm, Michael <[email protected]> wrote: > > I'm looking to prevent the default behaviour of going full screen when > > controls like EditText receive focus in an application. The > > InputMethodManager class does indeed have a setFullscreen() method > > available, but it seems to have been hidden on purpose in the SDK. Is > > there any other way to disable this behaviour while still using the > > software keyboard? > > > > Thanks, > > Michael > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

