jpardogo/PagerSlidingTabStrip

Change TextSize for tab selected

Closed this issue · 2 comments

Hi,
How can I change the text size when I move between the tabs? The tab selected will have a text size bigger than the others.
extabs

Thanks in advance

+1

From example:

CustomTabProvider provide:

        @Override
        public void tabSelected(View tab) {
            //Callback with the tab on his selected state. It is up to the developer to change anything on it.
        }

        @Override
        public void tabUnselected(View tab) {
            //Callback with the tab on his unselected state. It is up to the developer to change anything on it.
        }```