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
for listview you need to use
android:isScrollContainer="false"
and add this to your activity in manifest.xml
android:windowSoftInputMode="adjustPan"