Our clients loves color changes. I am trying to find a simple solution where we would not use colored bitmap drawables for buttons, seekbar handles etc, but just grayscale bitmaps + a configurable color value from a resource file. Changing one color value would then render all drawables in the correct color.
Is this possible (ideally by only using xml configuration, so the drawables can be used in xml selectors etc.)? An example would be great.