I\'ve an android project with multiple flavors that I\'m working on.
This works fine and I can customize elements of the app such as colors and string resources.
better way to create a base style, that contains the default values, then in the main source style and now style extending it (but likely doing nothing). In the flavor you can then extend it and override what you need.