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
if you use fragment, you just need to use the code to control it, like below
context.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);