For part of my app, the user is presented with a list of names and is asked to group them as they see fit.
(Note, the ListView code was copied verbatim from the And
Had the same issue, probably some kind of bug.
Even the fullScroll(ScrollView.FOCUS_UP) from the other answer didn't work. Only thing that worked for me was calling scroll_view.smoothScrollTo(0,0) right after the dialog is shown.
fullScroll(ScrollView.FOCUS_UP)
scroll_view.smoothScrollTo(0,0)