yavski / fab-speed-dial

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

Either add ability to add a drawable animation programatically or make fab protected #57

Open cesarmax22 opened 7 years ago

cesarmax22 commented 7 years ago

what i want to accomplish is to have a custom fabDrawable with a custom animation programmatically so it supports v21 and below.

with current code I can only add an animation through xml.

have the ability to add a custom animation by code via hook method, or you can also make fab protected so we can access it and add it at runtime

let me know what you think