Adjust scrollview when keyboard is up

前端 未结 6 1106
抹茶落季
抹茶落季 2021-01-08 00:43

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

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-08 00:57

    In the application's manifest file, add the following to the desired --

     android:windowSoftInputMode="stateAlwaysHidden|adjustResize|adjustPan"
    

提交回复
热议问题