1

我需要获取 FooterView 的位置(或者说列表中的最后一项)ListView

我试过getListView().getCount()了,但没有帮助。

有人可以帮忙吗?

提前致谢!

4

1 回答 1

3

你的问题有点含糊,但如果你有一个页脚,这将得到它的索引:

int position = getListView().getCount() - 1;
于 2012-10-07T18:41:54.373 回答