摘要: public boolean isBottom(final ListView listView) { boolean result=false; if (listView.getLastVisiblePosition() == (listView.getCount() - 1)) { final View bottomChildView =... 阅读全文
posted @ 2017-08-01 15:41 ha_cjy 阅读(466) 评论(0) 推荐(0) 编辑