There are so pretty good solutions for creating a round Button. (How to make a round button?)
Most of these however seem to hard-code the color in the button xml file.
Is there a way to create a round button with a configurable/styleable color? (I don't like the idea of creating one xml file for each color button I might use)
Ideally I would apply the color when i use my RoundButton, in my layout.xml, like for a View.
Note: My Button needs to contain text, so it can also be a TextView.
Thanks