Hello,

I have a class, which extends EditText similar way as in the standard
NotePad example. But unlike the example my edit view is created
dynamically using LayoutInflater.

Everything seems to work, except the following issue: when the soft
keyboard shows, the edit view layout does not get resized properly.
The size of the view itself changes, but nothing happens to the text
inside. It does not scroll or reposition, and the cursor stays out of
the view like it is hidden under the keyboard. When the keyboard is
dismissed, again no text scrolling happens - the text stays where it
was, though it should scroll to cover the space in the lower half of
the screen freed by the keyboard (that's what happens in the NotePad).
This is especially annoying in landscape, when after hiding of the
full-screen keyboard the text may be completely out of the visible
area.

Anyone has any clue what to look at to fix this?

Thanks,
Alex

-- 
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