leinardi/FloatingActionButtonSpeedDial

Set main fab icon programatically

ferraridamiano opened this issue · 1 comments

Is it possible to change main fab icon programmatically? I tried this but it doesn't change:

speedDial.mainFab.setBackgroundResource(R.drawable.my_icon)

u can use methods

setMainFabClosedDrawable(drawable)
setMainFabOpenedDrawable(drawable)