I\'ve got a layout with some views, from which one is an EditText. The layout easily fits on one page, BUT, when the soft keyboard is out, the layout doesn\'t scroll.
Here\'
I had item name="android:windowTranslucentStatus">true in my theme. And it was fixed by setting android:fitsSystemWindows="true" in the parent layout where is my scrollview.