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
Adding to what Murali said, make multiple drawables with different fill colors.
Then when needed, add to your code:
imageView.setImageResource(R.drawable.drawable_with_different_color)
NOT: imageView.setBackgroundResource()
imageView.setBackgroundResource()