android - Why Google is not making more colors for icons? -


good afternoon,

i not understand why google making white , black material design icons ?

enter image description here

why not blue, red, green, customised ?

thanks help.

you can tint image code when using support libraries this:

drawable = drawablecompat.wrap(drawable); drawablecompat.settint(drawable, color.red); 

the above code tints image red, example.


Comments