Set main fab icon programatically
ferraridamiano opened this issue · 1 comments
ferraridamiano commented
Is it possible to change main fab icon programmatically? I tried this but it doesn't change:
speedDial.mainFab.setBackgroundResource(R.drawable.my_icon)
SergeiMikhailovskii commented
u can use methods
setMainFabClosedDrawable(drawable)
setMainFabOpenedDrawable(drawable)