I\'m actually trying to use colored icons in my app. I\'ve downloaded the official material design icon pack from here. Now all the icons in this pack are either white, grey
Yes, it's possible and it's simple using this library: https://github.com/jrvansuita/IconHandler
You can easily call this:
Icon.on(yourImageView).color(R.color.your_color).icon(R.mipmap.your_icon).put();