This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class TabsPagerAdapter extends FragmentPagerAdapter implements PagerSlidingTabStrip.IconTabProvider { | |
| final int[] ICONS = new int[]{ | |
| R.drawable.tab_1, | |
| R.drawable.tab_2, | |
| R.drawable.tab_3, | |
| R.drawable.tab_4, | |
| }; | |
| public TabsPagerAdapter(FragmentManager fm) { |