taltstidl / AppCompat-Extension-Library

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Apache License 2.0
304 stars 42 forks source link

fab label typeface #27

Open Griffin-GriM opened 7 years ago

Griffin-GriM commented 7 years ago

how can change fab label typeface?

taltstidl commented 7 years ago

@Griffin-GriM Unfortunately there's currently no way to change the label typeface. The style used for app:fabMenuLabelStyle is limited to the attributes available for TextView. Sorry.

fountaingeyser commented 7 years ago

@Griffin-GriM Depending on what exactly you are trying to achieve the fontFamily attribute might help you if you use a custom style for your FAB menu labels.