int bottom) {
super.onLayout(changed, left, top, right, bottom);
// 初始化ListView,RecyclerView...inflate(
R.layout.view_footer, null, false);
}
@Override
protected void onLayout...boolean changed, int left, int top, int right,
int bottom) {
super.onLayout...Refreshing动画
//mSwipeRefreshLayout.setRefreshing(false);
//如果不调用此方法的话,刷新动画则是一直存在...//关闭Loading动画
//mSwipeRefreshLayout.setLoading(false);
//如果不调用此方法的话,加载动画一直存在