I have a activity in which there are 15 editText box. My problem is that when the soft keyboard comes up the editText present at bottom hides. I tried
android:windowSoftInputMode="adjustResize"
in Manifest file. But this did not worked.
I want edit Text boxes present at bottom to come up when they are clicked.