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

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 is also
at the bottom, the user can't see in the text field what's being
typed.

I saw some applications that moves the InputMethod to the top.

How can i do the same? Open the input method at the top?

thanks

guich

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en