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\"
android:theme=\"@android:style/Theme.Black.NoTitleBar.Fullscreen\"
In Manifest:
android:windowSoftInputMode="adjustPan|stateVisible"
In layout xml bottom of all child layout of scrollview set one textview, such as
. . .