JoanZapata / android-iconify

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

IconDrawable with multiple icons #153

Closed muhammad-naderi closed 8 years ago

muhammad-naderi commented 8 years ago

Hi,

in the IconTextView by simply concating the keys for the icons, one can creates a new icon contains two icons or more in a row,

it would be nice if it was possible to be done for the IconDrawable as well, (to use as icon for menu items)

I was thinking, a new overload would be a good start: public IconDrawable(Context context, List<Icon> icon)

JoanZapata commented 8 years ago

Hi,

Thanks for the proposition, unfortunately I must keep a clear vision for this project and I don't see it as a common usecase. You can still create your own Drawable that draws itself by composing IconDrawables to achieve this result.