yavski / fab-speed-dial

FAB flinging out actionable menu items using the Speed dial metaphor
Apache License 2.0
478 stars 123 forks source link

Can I set another drawable programmatically on the FAB button ? #45

Open NajeraVictor opened 7 years ago

NajeraVictor commented 7 years ago

Im trying to change the image on the button after a change on my activity, but i cant find some method or some like that can help me.

SpotVL commented 7 years ago

+1

vpratfr commented 7 years ago

Need that too to use animated vector drawables

vpratfr commented 7 years ago

Current workaround:

FloatingActionButton realFab = mySpeedDial.findViewById(R.id.fab)

Then we can play with it