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
In addition to android:windowSoftInputMode="adjustPan", try below:
android:windowSoftInputMode="adjustPan"
android:descendantFocusability="afterDescendants"
ListView
android:focusable="true"
android:focusableInTouchMode="true"