EditText, adjustPan, ScrollView issue in android

后端 未结 4 1879
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 22:52

    you just add this line in scrollview android:isScrollContainer="true"

    Like something this

     
    

提交回复
热议问题