FloatingActionButtonSpeedDial
FloatingActionButtonSpeedDial copied to clipboard
Set main fab icon programatically
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)