Change the font of tab text in android design support TabLayout

前端 未结 18 1685
执念已碎
执念已碎 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:14

    Create your own custom style and use parent style as parent="@android:style/TextAppearance.Widget.TabWidget"

    And in your tab layout use this style as app:tabTextAppearance="@style/tab_text"

    Example: Style:

    
    

    Example: Tab layout component:

    
    

提交回复
热议问题