android-floating-action-button icon indicating copy to clipboard operation
android-floating-action-button copied to clipboard

Change color FloatingActionsMenu

Open Pacval opened this issue 8 years ago • 5 comments

Hi. It would be cool to be able to change the color of the main button in the FloatingActionsMenu.

Thanks

Pacval avatar Apr 04 '17 14:04 Pacval

Try: fab:fab_addButtonColorNormal="@color/md_red_500" fab:fab_addButtonColorPressed="@color/md_red_700"

VictorBG avatar Apr 06 '17 19:04 VictorBG

Try: app:fab_addButtonColorNormal="@color/colorPrimary" app:fab_addButtonColorPressed="@color/colorPrimaryDark"

YinAndrew avatar Sep 11 '17 02:09 YinAndrew

How to do it programatically ? like in java code

rameez-sgi avatar Dec 15 '19 10:12 rameez-sgi

Try: fab:fab_addButtonColorNormal="@color/md_red_500" fab:fab_addButtonColorPressed="@color/md_red_700"

How to do it programatically ? like in java code

rameez-sgi avatar Dec 15 '19 10:12 rameez-sgi

Try: app:fab_addButtonColorNormal="@color/colorPrimary" app:fab_addButtonColorPressed="@color/colorPrimaryDark"

How to do it programatically ? like in java code

rameez-sgi avatar Dec 15 '19 10:12 rameez-sgi