I have a menu, with 3 buttons, and I need to change their color dynamically in code.
I'm currently doing this:
mDrawable.setColorFilter (0xff0099cc, PorterDuff.Mode.SRC_IN);
What happens is that it correctly applies the color button, but...
asked by
08.03.2018 / 14:25