Closed tibudiyanto closed 9 years ago
@theaidorus That'd be awesome for this library.
If you really need to change label background, try this: https://github.com/wangjiegulu/RapidFloatingActionButton
It has some deep issues on changing label text and icon but rest is good.
Yes. FloatingActionMenu
has these xml attributes for that:
fab:menu_labels_colorNormal="#333333"
fab:menu_labels_colorPressed="#444444"
fab:menu_labels_colorRipple="#66FFFFFF"
or you can use a style:
fab:menu_labels_style="@style/YourCustomLabelsStyle"
How can i stop the animation in floating point point button in android
hey, thanks for the amazing library! My question is that can I change the background color of the FAB label?
Thank you so much.