试试这个 :
在这行代码之后:
ViewPager tab = (ViewPager) findViewById(R.id.add_cost_pager);
添加这个:
tab.setOffscreenPageLimit(3);