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

Reply via email to