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
Create your own custom style and use parent style as parent="@android:style/TextAppearance.Widget.TabWidget"
parent="@android:style/TextAppearance.Widget.TabWidget"
And in your tab layout use this style as app:tabTextAppearance="@style/tab_text"
app:tabTextAppearance="@style/tab_text"
Example: Style:
Example: Tab layout component: