android - EditText in RecyclerView causes scroll to jump around -


i have edittext inside recyclerview. whenever press key on keyboard, recyclerview scroll jumps around.

at first thought might list updating on every key stroke, not case. update list items once.

please don't suggest using adjustpan. yes, solve problem in portrait, since list isn't long, problem still occurs on small screens or in landscape mode when list doesn't fit on screen.

i've tested , without nestedscrollingenabled="false", didn't either.

here's gif showing what's happening. in case i'm pressing backspace key on , on again.

what causing this, , how prevent it?

enter image description here


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -