Change the font of tab text in android design support TabLayout

前端 未结 18 1723
执念已碎
执念已碎 2020-11-27 13:38

I\'m trying to work on the new TabLayout from the android design library.

I want to change tab text to custom font. And,I tried to sear

18条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-27 14:15

    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).

提交回复
热议问题