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

Stacked icon #177

Open edbond opened 7 years ago

edbond commented 7 years ago

Is it possible to make a stacked icon (one icon on top of another)? http://fontawesome.io/examples/#stacked

I need a plus sign inside a circle.

Thanks

edbond commented 7 years ago

Read a https://github.com/JoanZapata/android-iconify/issues/64 I need such icon in top menu. Using code:

        menu.findItem(R.id.action_share).setIcon(
                new IconDrawable(this.getApplication(), FontAwesomeIcons.fa_share)
                        .colorRes(R.color.white)
                        .actionBarSize());