I have a typical listview with an edittext and a button at the bottom of the activity.
listview
edittext
When I click onto the edittext, the sof
This code doesn't work for me:
android:windowSoftInputMode="adjustResize"
But this does work:
android:windowSoftInputMode="adjustPan"