Hi, I need some suggestions in making an EditText view which is placed at the bottom of the screen fully visible. I am using adjustPan windowSoftInputMode for an activity which contains following in the given layout order.
1) Text View 2) Image View 3) EditTextView When I click on EditTextView, the soft keyboard comes out. However the keyboard is hiding 40% of the edit text box. Rest of the behavior is prefect, the entire layout is pushed up as expected. How do I make sure the entire edit box is visible? Thanks. -- 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

