android-iconify
android-iconify copied to clipboard
Support for {} syntax in IconDrawable()
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.