first time,click an edittext in expandablelistview,the whole layout scrolled ,and user can see edittext. then click softkeyboard finish to collapse softkeyboard and click this e
I also faced the same issue, but after googling the issue for some time i ended up the problem as below.
1) Add android:windowSoftInputMode="adjustPan" tag inside activity of manifest file
2) add android:descendantFocusability="beforeDescendants" attribute to your expandable listview as below.