Android: ScrollView not scrolling with keyboard out

后端 未结 11 1564
别跟我提以往
别跟我提以往 2020-12-04 15:23

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\'

11条回答
  •  执笔经年
    2020-12-04 16:30

    In my case, nothing of the above worked.

    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.

提交回复
热议问题