ListView设置当前在第几行

来源:互联网 发布:inflate linux 编辑:程序博客网 时间:2024/04/28 08:00

private int mPostion = 0;

ListView mListView.setSelection(mPostion);