讓ListView記住上次滑動到的位置

int index = listView.getFirstVisiblePosition(); get

View v = listView.getChildAt(0); it

int top = (v == null) ? 0 : v.getTop(); io

listView.setSelectionFromTop(index, top); top

相關文章
相關標籤/搜索