To adjust the view when keyboard is on the android -


I have an activity in which there are 15 edit text boxes. My problem is that when the soft keyboard is displayed editing text in the hide below Does. I tried

Android: windowSoftInputMode = "Adjust Resize"

In the manifest file but it did not work.

P> Create a ScrollView root parent in your xml layout, and they will go up by default.

To force ScrollView to scroll down (if it's not by default), then apply the following:

  ScrollView (). Post (New Runnabel) {@ Override Public Wide Run () {scrollView (). Fullscroll (ScrollView.FOCUS_DOWN);}});    

Comments