I\'m trying to work on the new TabLayout from the android design library.
TabLayout
I want to change tab text to custom font. And,I tried to sear
For design support 23.2.0, using setupWithViewPager, you'll have to move the code from addTab(Tab tab) to addTab(Tab tab, boolean setSelected).