I have an activity with a form in it. Because the form is quite long, I\'ve used a scrollview.
The problem is that the scrollview doesn\'t change when the keyboard i
In the application's manifest file, add the following to the desired --
android:windowSoftInputMode="stateAlwaysHidden|adjustResize|adjustPan"