On Sat, Mar 27, 2010 at 8:33 AM, Zigurd <[email protected]> wrote:
> You can't make a non-fullscreen input method that overlays any app > Window: If you look at the available windowSoftInputMode attributes > for input methods and application window behavior, the input method > framework will decide to either shrink or pan the application window > if you don't specify the behavior. There is no option to do neither > and just overlay the input method over the app window. I also don't > see a way to set window attributes to prevent input methods from > panning. > Actually the IME can report how much of its UI is considered to be covering the application, to control how much they overlap. -- 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. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe from this group, send email to android-porting+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
