I am using this library for floating action button
https://github.com/futuresimple/android-floating-action-button
If anyone is aware about it, we know that we can change the background color of floating action menu with this line in XML:
fab:fab_addButtonColorNormal="@color/floating_action_menu"
Is there a way to do so programmatically?
floating<enu.setBackgroundColor(color)
Doesn't work......