JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 529 forks source link

Spinning drawables #200

Open margato opened 7 years ago

margato commented 7 years ago

Is there a way to spin drawables?

fmestric-happening commented 7 years ago

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?

margato commented 7 years ago

@FMestric actually, I'm using this:

fab.setImageDrawable(new IconDrawable(this, FontAwesomeIcons.fa_refresh)
                .colorRes(R.color.white)
                .actionBarSize());