android-iconify icon indicating copy to clipboard operation
android-iconify copied to clipboard

Spinning drawables

Open margato opened this issue 8 years ago • 2 comments

Is there a way to spin drawables?

margato avatar Jul 07 '17 05:07 margato

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-happening avatar Jul 07 '17 07:07 fmestric-happening

@FMestric actually, I'm using this:

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

margato avatar Jul 07 '17 20:07 margato