I have been designing an application which holds an expandable list. At the end of every list, an empty EditText is ready to receive comments. I have the following
EditText
You need to change in your AndroidManifest.xml
Add android:windowSoftInputMode="adjustPan" in the activity holding the listview. This will solve your problem.
android:windowSoftInputMode="adjustPan"