Change color FloatingActionsMenu
Hi. It would be cool to be able to change the color of the main button in the FloatingActionsMenu.
Thanks
Try:
fab:fab_addButtonColorNormal="@color/md_red_500" fab:fab_addButtonColorPressed="@color/md_red_700"
Try: app:fab_addButtonColorNormal="@color/colorPrimary" app:fab_addButtonColorPressed="@color/colorPrimaryDark"
How to do it programatically ? like in java code
Try:
fab:fab_addButtonColorNormal="@color/md_red_500" fab:fab_addButtonColorPressed="@color/md_red_700"
How to do it programatically ? like in java code
Try: app:fab_addButtonColorNormal="@color/colorPrimary" app:fab_addButtonColorPressed="@color/colorPrimaryDark"
How to do it programatically ? like in java code