public void setFooter(boolean had_footer, int footer_layout_id) { if (had_footer) { mv.with(footer_entity.getClass(), footer_layout_id); } this.had_footer = had_footer; this.footer_layout_id = footer_layout_id; }
@Override public void onFooterSuceese() { if (footer_layout_id == R.layout.lce_loading_footer) { footer_entity.update(false, false, true); } }