android-iconify
android-iconify copied to clipboard
Spinning drawables
Is there a way to spin drawables?
In the Readme.md on the main page, under the "Icon options" it says You can even easily spin an icon like so {fa-cog spin}. Have you tried this?
@FMestric actually, I'm using this:
fab.setImageDrawable(new IconDrawable(this, FontAwesomeIcons.fa_refresh)
.colorRes(R.color.white)
.actionBarSize());