not supported in 'tabTextAppearance' attribute in TabLayout
Author: rahul01Created Apr 21, 2017Updated Mar 7, 2020
Want to use with tabTextAppearance attribute
like this:
in styles:
<style name="TextAppearance.RobotoMedium" parent="android:TextAppearance">
<!-- Custom Attr-->
<item name="fontPath">fonts/Roboto-Medium.ttf</item>
</style>in layout:
<android.support.design.widget.TabLayout
...
...
app:tabTextAppearance="@style/TextAppearance.RobotoMedium"
/>don't want to to this: ##http://stackoverflow.com/a/39252162/1529129
Source: chrisjenx/Calligraphy