I've created listview with edittext.
if i use android:windowSoftInputMode="adjustPan" in manifest file only ,i able to edit text field.
if not , unable to edit text.
But if i use "adjustpan", the actionbar and toplayout also scroll.
How to prevent the actionbar and toplayout scroll when keyboard open.?