Changing labels font with calligraphy
Can I change the labels font in this way using calligraphy library?
<style name="menu_labels_style">
<item name="android:background">@drawable/fab_label_background</item>
<item name="android:textColor">@color/white</item>
<item name="fontPath">@string/default_font_path</item>
</style>
Background and textColor are applied but font remains device default.
did you know hot to change the font?
facing same issue. Any fixes? @khafan @parthanjaria @neaf @lbadura @piotrplaneta
Same here
@khafan @parthanjaria @neaf @lbadura @piotrplaneta @johan444 Did you find any solutions ?
Same.. anyone ?
I changed to https://github.com/Clans/FloatingActionButton/
fab:menu_labels_customFont="fonts/whatever.otf"