2016年8月11日 星期四

how to maket the tab can show the icon or page

12.hot to maket the tab can show the  icon or page

like this:




TabLayout tabLayout = (TabLayout) findViewById(R.id.tabs);

       tabLayout.setupWithViewPager(mViewPager);

       tabLayout.getTabAt(0).setIcon(R.mipmap.ic_launcher);