good afternoon,
i not understand why google making white , black material design icons ?
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
Post a Comment