ScrollView Not working when keyboard is showing in android

后端 未结 4 957
长发绾君心
长发绾君心 2020-12-19 11:00

My problem is when keyboard is open scrollview is not working. Means basically when I have Theme android:theme=\"@android:style/Theme.Black.NoTitleBar.Fullscreen\"

4条回答
  •  隐瞒了意图╮
    2020-12-19 12:01

    In Manifest:

    android:windowSoftInputMode="adjustPan|stateVisible"
    

    In layout xml bottom of all child layout of scrollview set one textview, such as

    
     
        .
        .
        .
       
       
    
    

提交回复
热议问题