I'm having the following problem:
I have an activity which enables a user to post comments on some article. When the user taps the EditText
field where the comment can be posted, the softkeyboard
ends up blocking the text field such that the user can't see what is being typed. How can I make sure that the EditText
field is always, at least partly, visible?