Hi all, I'm sure this has been discussed before but I can't seem to solve it. I have a simple app for sending SMS, with a couple of TextEdit's and buttons. They are organized in a AbsoluteLayout. Now, whenever I put the cursor in the message TextEdit and start typing the on-screen keyboard shows up. It covers half my screen. And it never goes away.
How do I either get rid of it once I'm done typing, or at least resize the screen so that the other widgets are visible? I've already looked at http://developer.android.com/resources/articles/on-screen-inputs.html but still no luck. Is it the layout manager? Is this impossible to do with AbsoluteLayout? If so, which layout managers would work? Thanks! Eyal -- 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

