Re: [android-developers] moving InputMethod to the top

2010-12-31 Thread TreKing
On Wed, Dec 29, 2010 at 7:20 AM, guich guiha...@gmail.com wrote: How can i do the same? Open the input method at the top? Not sure, but this should make for good reading: http://developer.android.com/resources/articles/on-screen-inputs.html

Re: [android-developers] moving InputMethod to the top

2010-12-31 Thread Dianne Hackborn
On Wed, Dec 29, 2010 at 5:20 AM, guich guiha...@gmail.com wrote: I saw some applications that moves the InputMethod to the top. I very much doubt you did. The IME currently can only be on the bottom. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send

[android-developers] moving InputMethod to the top

2010-12-29 Thread guich
Hi, I have a text field that is displayed at the bottom of the screen (its a fake component, not an android component). When the user enters the field, i open the input method with this: imm.showSoftInput(instance, 0); However, since the field is at the bottom and the input method