EditText, adjustPan, ScrollView issue in android

后端 未结 4 1883
Happy的楠姐
Happy的楠姐 2020-12-15 22:32

I have a EditText which is enclosed in ScrollView, but when the keyboard comes up.

You can NOT scroll down to the fields that are now cover

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 23:11

    In your manifest file inside activity tag use

    android:windowSoftInputMode="adjustResize|stateVisible|stateAlwaysHidden" 
    

提交回复
热议问题