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

Support for {} syntax in IconDrawable() #172

Open MarcinOrlowski opened 8 years ago

MarcinOrlowski commented 8 years ago

It would be really great if IconDrawable could understand { } syntax and allow to pass color that way, so I'd could just pass "{md-folder #RRGGBB}" instead of having to call color() method from code. That'd be much more flexible.