FloatingActionButton
FloatingActionButton copied to clipboard
Add support caligraphy
I would like to change font of labels. Please add spanneble text support or custom attrs
+++
+1
+1 and how can I use this feature: "Added option to use custom fonts for Labels"
Just add a custom font in your assets folder. I created a "fonts" folder inside assets, then I added this attribute on FloatingActionMenu: app:menu_labels_customFont="fonts/your-font.ttf" and it works like a charm.
Error:(42) No resource identifier found for attribute 'menu_labels_customFont' in package 'com.example.app'
Add this attribute on FloatingActionMenu: fab:menu_labels_customFont="fonts/your-font.ttf"