I have a DrawableButton with an SVG image and that is working. My issue is that the button is white. The SVG has no background color defined and displays with no issues when rendering in other components.
Thanks. My SVG has 1 color and I do replace that color. If I draw the button with no image, I also get a white button and setColour is ignored. What am I missing here?
Which style are you using? Only ImageOnButtonBackground or ImageOnButtonBackgroundOriginalSize show a rounded rectangle behind the drawable. The colourIDs are TextButton::buttonColourId and TextButton::buttonOnColourId.