ListView设置当前在第几行

来源:互联网 发布:inflate linux 编辑:程序博客网 时间:2024/06/11 17:07

private int mPostion = 0;

ListView mListView.setSelection(mPostion);