android-floating-action-button icon indicating copy to clipboard operation
android-floating-action-button copied to clipboard

Changing labels font with calligraphy

Open Alireza-Farahani opened this issue 10 years ago • 6 comments

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.

Alireza-Farahani avatar Nov 23 '15 17:11 Alireza-Farahani

did you know hot to change the font?

parthanjaria avatar Apr 12 '16 13:04 parthanjaria

facing same issue. Any fixes? @khafan @parthanjaria @neaf @lbadura @piotrplaneta

parassftpl avatar Jun 13 '16 09:06 parassftpl

Same here

johan444 avatar Mar 06 '17 13:03 johan444

@khafan @parthanjaria @neaf @lbadura @piotrplaneta @johan444 Did you find any solutions ?

bernoune avatar Mar 29 '17 10:03 bernoune

Same.. anyone ?

kakopappa avatar Apr 19 '17 03:04 kakopappa

I changed to https://github.com/Clans/FloatingActionButton/

fab:menu_labels_customFont="fonts/whatever.otf"

kakopappa avatar Apr 19 '17 03:04 kakopappa