See #56:
@guilhermesgb Is it possible to make an IconDrawable spin (programatically)?
@JoanZapata Spin only works in IconTextView, IconButton and IconToggleButton for now.
I guess it wouldn't be very complicated to make a SpinningIconDrawable, but I'm concerned about memory leaks: I'm not sure a Drawable can know when it's not displayed anymore, so the refresh-loop wouldn't know when to stop. Could be based on the context, but that's not accurate. I'll see what I can do.
See #56:
@guilhermesgb Is it possible to make an IconDrawable spin (programatically)?